1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

feat: linter

This commit is contained in:
Christy Jacob 2023-03-17 21:44:29 +05:30
parent 5fe65ab991
commit a164991c75

View file

@ -256,7 +256,6 @@ class Hamster extends Action
if (!$res) {
Console::error('Failed to create event for project: ' . $project->getId());
}
} catch (\Throwable $th) {
throw $th;
Console::error('Failed to update project ("' . $project->getId() . '") version with error: ' . $th->getMessage());
@ -288,7 +287,6 @@ class Hamster extends Action
$loopTook = microtime(true) - $loopStart;
$now = date('d-m-Y H:i:s', time());
Console::info("[{$now}] Cloud Stats took {$loopTook} seconds");
}, $sleep, $delay);
}
}