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 745d14d commit b055f31
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 @@ -115,7 +115,7 @@ public function updateHistogram(array $data): void
$bucketValue['value'] += 1;
$this->histogramValues->set($bucketKeyHash, $bucketValue);

$this->summaries->set($metaKeyHash, $metaKeyValue);
$this->histograms->set($metaKeyHash, $metaKeyValue);
}

/**
Expand Down

0 comments on commit b055f31

Please sign in to comment.