mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix formatting
This commit is contained in:
parent
cf5ecd5a62
commit
4efabe9370
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ class TimeSeries extends Calculator
|
||||||
}
|
}
|
||||||
|
|
||||||
$value = (!empty($point['value'])) ? $point['value'] : 0;
|
$value = (!empty($point['value'])) ? $point['value'] : 0;
|
||||||
if(empty($point['projectInternalId'] ?? null)) {
|
if (empty($point['projectInternalId'] ?? null)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$this->createOrUpdateMetric(
|
$this->createOrUpdateMetric(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue