Skip to content

Commit 6815c88

Browse files
author
Vadim Davydenko
committed
DDEV-1965 fix table name
1 parent 4499d3f commit 6815c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/OctaneCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ private function collectGauges(): array
421421

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

424-
$this->сounters->del($key);
424+
$this->gauges->del($key);
425425
}
426426

427427
return $result;

0 commit comments

Comments
 (0)