fix dbbackuploader
This commit is contained in:
@@ -1615,7 +1615,7 @@ export async function loadInternalBackup(){
|
|||||||
}) : (await forageStorage.keys())
|
}) : (await forageStorage.keys())
|
||||||
let internalBackups:string[] = []
|
let internalBackups:string[] = []
|
||||||
for(const key of keys){
|
for(const key of keys){
|
||||||
if(key.startsWith('dbbackup-')){
|
if(key.includes('dbbackup-')){
|
||||||
internalBackups.push(key)
|
internalBackups.push(key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user