[del] disabled syncing

This commit is contained in:
kwaroran
2023-06-29 05:25:05 +09:00
parent e4b72c82ea
commit d33920c651

View File

@@ -109,6 +109,7 @@ let BackupDb:Database = null
export async function syncDrive() {
BackupDb = cloneDeep(get(DataBase))
return
while(true){
const maindb = get(DataBase)
if(maindb?.account?.data?.access_token && maindb?.account?.data?.refresh_token && maindb?.account?.data?.expires_in){