1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

removing blank line

This commit is contained in:
shimon 2023-11-14 16:49:45 +02:00
parent b9007a5956
commit c2e5849c49

View file

@ -423,7 +423,6 @@ class TimeSeries extends Calculator
*/
private function createOrUpdateMetric(string $projectId, string $time, string $period, string $metric, int $value, int $type): void
{
$id = \md5("{$time}_{$period}_{$metric}");
$project = $this->database->getDocument('projects', $projectId);
$database = call_user_func($this->getProjectDB, $project);