diff --git a/src/ts/drive/drive.ts b/src/ts/drive/drive.ts index 88ce9f33..3b8cc015 100644 --- a/src/ts/drive/drive.ts +++ b/src/ts/drive/drive.ts @@ -245,7 +245,7 @@ async function backupDrive(ACCESS_TOKEN:string) { } } - const dbData = encodeRisuSave(get(DataBase)) + const dbData = encodeRisuSave(get(DataBase), 'compression') alertStore.set({ type: "wait", @@ -402,7 +402,7 @@ async function loadDrive(ACCESS_TOKEN:string, mode: 'backup'|'sync'):Promise