fix: update bnb cache

This commit is contained in:
Danil Kovtonyuk 2022-05-31 13:26:27 +10:00
parent 1677786d9b
commit 704c853a3c
9 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class IndexedDB {
return
}
this.db = await openDB(this.dbName, 31, this.options) // version (optional): Schema version, or undefined to open the current version.
this.db = await openDB(this.dbName, 32, this.options) // version (optional): Schema version, or undefined to open the current version.
this.onEventHandler()
this.dbExists = true