This commit is contained in:
Damodar Lohani 2024-11-19 06:59:30 +00:00
parent 842e23220a
commit e8079cfd29

View file

@ -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());
}