Fix merge
This commit is contained in:
parent
a9bf6967dc
commit
a4f0b45d5e
|
@ -187,7 +187,7 @@ export async function streamExportApp({
|
|||
}: {
|
||||
appId: string
|
||||
excludeRows: boolean
|
||||
encryptPassword: string
|
||||
encryptPassword?: string
|
||||
}) {
|
||||
const tmpPath = await exportApp(appId, {
|
||||
excludeRows,
|
||||
|
|
Loading…
Reference in New Issue