1
0
Fork 0
mirror of synced 2024-10-06 13:04:36 +13:00
This commit is contained in:
Rory Powell 2023-07-20 11:21:34 +01:00
parent b60794d73a
commit 76f61cfd3a

View file

@ -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>(
datasourceId: datasource._id, runFn,
}) {
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