1
0
Fork 0
mirror of synced 2024-07-02 21:20:58 +12:00

chore: run formatter

This commit is contained in:
Torsten Dittmann 2022-07-14 14:19:39 +02:00
parent 5604a6837f
commit 427c13a104

View file

@ -249,7 +249,6 @@ class Usage
$time = (new \DateTime($time))->getTimestamp(); //todo: What about this timestamp?
$this->latestTime[$metric][$period] = $time;
} catch (\Exception $e) { // if projects are deleted this might fail
if (is_callable($this->errorHandler)) {
call_user_func($this->errorHandler, $e, "sync_project_{$projectId}_metric_{$metric}");