[fix] backupcheck process

This commit is contained in:
kwaroran
2023-12-28 23:15:39 +09:00
parent 8ba0bfb992
commit 64d109508d
2 changed files with 0 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ export async function SaveLocalBackup(){
'Content-Type': 'application/json'
},
body: JSON.stringify(get(DataBase)),
mode: 'no-cors'
})
if(corrupted.status === 400){
alertError('Failed, Backup data is corrupted')

View File

@@ -209,7 +209,6 @@ async function backupDrive(ACCESS_TOKEN:string) {
'Content-Type': 'application/json'
},
body: JSON.stringify(get(DataBase)),
mode: 'no-cors'
})
if(corrupted.status === 400){
alertError('Failed, Backup data is corrupted')