This commit is contained in:
Peter Clement 2022-07-08 11:11:03 +01:00
parent 0ee8635348
commit 4bf9dda4d6
1 changed files with 5 additions and 2 deletions

View File

@ -166,7 +166,10 @@ export async function preview(ctx: any) {
}
}
async function execute(ctx: any, opts = { rowsOnly: false, isAutomation: false }) {
async function execute(
ctx: any,
opts = { rowsOnly: false, isAutomation: false }
) {
const db = getAppDB()
const query = await db.get(ctx.params.queryId)