1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Added missing request context for user bindings

This commit is contained in:
Dean 2022-06-20 11:11:15 +01:00
parent 5196fde134
commit fb74b22993

View file

@ -175,6 +175,9 @@ async function execute(ctx: any, opts = { rowsOnly: false }) {
parameters: enrichedParameters,
transformer: query.transformer,
queryId: ctx.params.queryId,
ctx: {
user: ctx.user,
},
})
const { rows, pagination, extra } = await quotas.addQuery(runFn)