linting
This commit is contained in:
parent
0ee8635348
commit
4bf9dda4d6
|
@ -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 db = getAppDB()
|
||||||
|
|
||||||
const query = await db.get(ctx.params.queryId)
|
const query = await db.get(ctx.params.queryId)
|
||||||
|
|
Loading…
Reference in New Issue