Skip to content

Commit bec2db2

Browse files
runspiredgitKrystan
authored andcommitted
chore: fixup deprecation-removed test variants (#9677)
* chore: fixup TODO tests * fix todo test
1 parent 111b1fa commit bec2db2

File tree

2 files changed

+421
-182
lines changed

2 files changed

+421
-182
lines changed

packages/store/src/-private/managers/notification-manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function count(label: string) {
5454
globalThis.counts = globalThis.counts || {};
5555
// @ts-expect-error
5656
// eslint-disable-next-line
57-
wglobalThis.counts[label] = (globalThis.counts[label] || 0) + 1;
57+
globalThis.counts[label] = (globalThis.counts[label] || 0) + 1;
5858
}
5959

6060
function _unsubscribe(

0 commit comments

Comments
 (0)