Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 12, 2024
1 parent f6c61d8 commit bd1caea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ window.onload = async () => { await updateSW() }
// Set localForage drivers
try {
await localforage.setDriver([
localforage.INDEXEDDB,
localforage.WEBSQL,
localforage.LOCALSTORAGE
])
} catch (e) {
Expand Down

0 comments on commit bd1caea

Please sign in to comment.