1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

Added missing request context for user bindings

This commit is contained in:
Dean 2022-06-20 11:11:15 +01:00
parent 3b68abf407
commit 523bb63455

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)