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, });