mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
indentation small fix
This commit is contained in:
parent
3d9ee8bc52
commit
6b5e734dfa
1 changed files with 2 additions and 2 deletions
|
|
@ -112,9 +112,9 @@ class DeleteOrphanedProjects extends Action
|
||||||
$dbForConsole->deleteCachedDocument('projects', $project->getId());
|
$dbForConsole->deleteCachedDocument('projects', $project->getId());
|
||||||
}
|
}
|
||||||
|
|
||||||
Console::info('--Deleting project no (' . $project->getInternalId() . ')');
|
Console::info('--Deleting project no (' . $project->getInternalId() . ')');
|
||||||
|
|
||||||
$orphans++;
|
$orphans++;
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
Console::error('Error: ' . $th->getMessage());
|
Console::error('Error: ' . $th->getMessage());
|
||||||
} finally {
|
} finally {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue