Skip to content

Commit aa8e019

Browse files
committed
refactor: removed unused line declaring indexed db
1 parent ec5f8b1 commit aa8e019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/stores/websocketStore.ts

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export interface WebsocketStoreState {
3838
}
3939
}
4040

41-
const indexedDb = window.indexedDB.open("HyperSearchDB", 3);
4241
/**
4342
* Store for the websocket connection.
4443
*/

0 commit comments

Comments
 (0)