Fix merge

This commit is contained in:
Adria Navarro 2023-06-14 11:17:32 +01:00
parent a9bf6967dc
commit a4f0b45d5e
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ export async function streamExportApp({
}: {
appId: string
excludeRows: boolean
encryptPassword: string
encryptPassword?: string
}) {
const tmpPath = await exportApp(appId, {
excludeRows,