mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix formatting
This commit is contained in:
@@ -491,7 +491,7 @@ class TimeSeries extends Calculator
|
||||
}
|
||||
|
||||
$value = (!empty($point['value'])) ? $point['value'] : 0;
|
||||
if(empty($point['projectInternalId'] ?? null)) {
|
||||
if (empty($point['projectInternalId'] ?? null)) {
|
||||
return;
|
||||
}
|
||||
$this->createOrUpdateMetric(
|
||||
|
||||
Reference in New Issue
Block a user