mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
lint
This commit is contained in:
parent
842e23220a
commit
e8079cfd29
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ App::error()
|
|||
$project->setAttribute('accessedAt', DateTime::now());
|
||||
Authorization::skip(fn () => $dbForConsole->updateDocument('projects', $project->getId(), $project));
|
||||
}
|
||||
} catch(Throwable $th) {
|
||||
} catch (Throwable $th) {
|
||||
Console::error('[Error] updating project\'s last activity');
|
||||
Console::error($th->getMessage());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue