1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +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 appId: string
excludeRows: boolean excludeRows: boolean
encryptPassword: string encryptPassword?: string
}) { }) {
const tmpPath = await exportApp(appId, { const tmpPath = await exportApp(appId, {
excludeRows, excludeRows,