Skip to content

Commit e29636c

Browse files
gitKrystanMehulKChaudhari
authored andcommitted
Fix metric count data typo
1 parent aa0f9df commit e29636c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/store/src/-private/store-service.ts

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ if (LOG_METRIC_COUNTS) {
7373
// @ts-expect-error
7474
// eslint-disable-next-line
7575
globalThis.__WarpDriveMetricCountData = globalThis.__WarpDriveMetricCountData || {};
76-
// @ts-expect-error
77-
// eslint-disable-next-line
78-
globalThis.counts[label] = (globalThis.counts[label] || 0) + 1;
7976

8077
// @ts-expect-error
8178
globalThis.getWarpDriveMetricCounts = () => {

0 commit comments

Comments
 (0)