Skip to content

Commit

Permalink
DDEV-1965 фикс имени таблицы
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Davydenko committed Dec 17, 2024
1 parent c1be505 commit 745d14d
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 @@ -129,7 +129,7 @@ public function updateSummary(array $data): void
$valueKey = $this->valueKey($data);
$valueKeyHash = hash('md5', $valueKey);

$metaKeyValue = $this->gauges->get($metaKeyHash);
$metaKeyValue = $this->summaries->get($metaKeyHash);
if (!$metaKeyValue) {
$metaKeyValue = [
'meta' => $this->metaData($data),
Expand Down

0 comments on commit 745d14d

Please sign in to comment.