remove "as const" from CANNOT_PERSIST_EMPTY_FOLDERS

This commit is contained in:
FTCHD
2026-03-17 00:11:17 +02:00
parent 43e3348c86
commit 3535aacfae
+1 -1
View File
@@ -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