mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +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;
|
||||
if(empty($point['projectInternalId'] ?? null)) {
|
||||
if (empty($point['projectInternalId'] ?? null)) {
|
||||
return;
|
||||
}
|
||||
$this->createOrUpdateMetric(
|
||||
|
|
|
|||
Loading…
Reference in a new issue