Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/DDEV-1965' into DDEV-1965
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Davydenko committed Nov 18, 2024
2 parents c26e3c5 + 141f0b9 commit c21cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/OctaneCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function updateGauge(array $data): void
];
}

$value = $this->сounterValues->get($valueKey);
$value = $this->сounterValues->get($valueKey);
if (!$value) {
$value = ['value' => 0];
$metaKeyValue['valueKeys'] = $this->implodeKeysString($metaKeyValue['valueKeys'], $valueKey);
Expand Down

0 comments on commit c21cf8c

Please sign in to comment.