Fix app import
This commit is contained in:
+2
-2
@@ -2360,8 +2360,8 @@ async function importApp(app, data, auditSource) {
|
||||
provider: data.provider,
|
||||
config: data.config,
|
||||
format: data.format,
|
||||
encryptionPassword: data.encryptionPassword,
|
||||
encryptedFilenames: data.encryptedFilenames
|
||||
encryptionPassword: data.encryptionPassword ?? null,
|
||||
encryptedFilenames: data.encryptedFilenames ?? false
|
||||
});
|
||||
|
||||
restoreConfig = { remotePath: data.remotePath, backupTarget };
|
||||
|
||||
Reference in New Issue
Block a user