1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Fix merge

This commit is contained in:
Adria Navarro 2023-06-14 11:17:32 +01:00
parent a9bf6967dc
commit a4f0b45d5e

View file

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