Skip to content

Commit

Permalink
DDEV-1965 fix table name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Davydenko committed Nov 20, 2024
1 parent 4499d3f commit 6815c88
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 @@ -421,7 +421,7 @@ private function collectGauges(): array

$result[] = new MetricFamilySamples($data);

$this->сounters->del($key);
$this->gauges->del($key);
}

return $result;
Expand Down

0 comments on commit 6815c88

Please sign in to comment.