Lint
This commit is contained in:
parent
b60794d73a
commit
76f61cfd3a
|
@ -246,9 +246,12 @@ async function execute(
|
||||||
}
|
}
|
||||||
const runFn = () => Runner.run(inputs)
|
const runFn = () => Runner.run(inputs)
|
||||||
|
|
||||||
const { rows, pagination, extra, info } = await quotas.addQuery<any>(runFn, {
|
const { rows, pagination, extra, info } = await quotas.addQuery<any>(
|
||||||
|
runFn,
|
||||||
|
{
|
||||||
datasourceId: datasource._id,
|
datasourceId: datasource._id,
|
||||||
})
|
}
|
||||||
|
)
|
||||||
// remove the raw from execution incase transformer being used to hide data
|
// remove the raw from execution incase transformer being used to hide data
|
||||||
if (extra?.raw) {
|
if (extra?.raw) {
|
||||||
delete extra.raw
|
delete extra.raw
|
||||||
|
|
Loading…
Reference in New Issue