Skip to content

Commit 3a2862b

Browse files
committed
fix: lint error
1 parent ea7097b commit 3a2862b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const DatabrowserProvider = ({
4646
removeItem: () => {},
4747
},
4848
version: 4,
49-
// @ts-expect-error Reset the store for < v1
5049
migrate: (originalState, version) => {
5150
const state = originalState as DatabrowserStore
5251

0 commit comments

Comments
 (0)