Skip to content

Commit af8d0bf

Browse files
committed
[types] Nit
1 parent 0d7bd67 commit af8d0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/common/listeners.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const createStoreListener = (
112112

113113
listenToSortedRowIds: (id, tableId, cellId, descending, offset, limit) => {
114114
logs[id] = [];
115-
return store.addSortedRowIdsListener(
115+
return (store as Store).addSortedRowIdsListener(
116116
tableId,
117117
cellId,
118118
descending,

0 commit comments

Comments
 (0)