Clean defaults

This commit is contained in:
Adria Navarro 2023-06-12 17:51:21 +01:00
parent 70798a6b93
commit 81522d0784
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { DocumentType } from "../../db/utils"
import { isQsTrue } from "../../utilities"
export async function exportAppDump(ctx: any) {
let { appId, excludeRows = false, encryptPassword = "password" } = ctx.query
let { appId, excludeRows = false, encryptPassword } = ctx.query
// remove the 120 second limit for the request
ctx.req.setTimeout(0)
const appName = decodeURI(ctx.query.appname)