From 2308c7fd911a2a27271f87168d9ae8582388b7bf Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Mon, 26 Jan 2026 14:32:40 +0100 Subject: [PATCH] Updates --- scripts/restore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore.ts b/scripts/restore.ts index ff8e1f2..856b01d 100644 --- a/scripts/restore.ts +++ b/scripts/restore.ts @@ -21,7 +21,7 @@ const execOpts: ExecSyncOptions = { }; const dsqlFile = await datasquirel.api.media.get({ - folder: DSQL_FOLDER, + // folder: DSQL_FOLDER, mediaName: DSQL_FILE_NAME, });