[del] disabled syncing
This commit is contained in:
@@ -109,6 +109,7 @@ let BackupDb:Database = null
|
|||||||
|
|
||||||
export async function syncDrive() {
|
export async function syncDrive() {
|
||||||
BackupDb = cloneDeep(get(DataBase))
|
BackupDb = cloneDeep(get(DataBase))
|
||||||
|
return
|
||||||
while(true){
|
while(true){
|
||||||
const maindb = get(DataBase)
|
const maindb = get(DataBase)
|
||||||
if(maindb?.account?.data?.access_token && maindb?.account?.data?.refresh_token && maindb?.account?.data?.expires_in){
|
if(maindb?.account?.data?.access_token && maindb?.account?.data?.refresh_token && maindb?.account?.data?.expires_in){
|
||||||
|
|||||||
Reference in New Issue
Block a user