diff --git a/lib/rclone/constants.ts b/lib/rclone/constants.ts index b971bbe..99b5fd4 100644 --- a/lib/rclone/constants.ts +++ b/lib/rclone/constants.ts @@ -121,7 +121,7 @@ export const CANNOT_PERSIST_EMPTY_FOLDERS = [ 'qingstor', 'storj', 'memory', -] as const +] export function supportsPersistentEmptyFolders(backendType?: string | null) { if (!backendType) return true