diff --git a/src/ts/drive/drive.ts b/src/ts/drive/drive.ts index 3b8cc015..d12196e1 100644 --- a/src/ts/drive/drive.ts +++ b/src/ts/drive/drive.ts @@ -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){