Fix merge
This commit is contained in:
parent
a9bf6967dc
commit
a4f0b45d5e
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue