Fix authContext (#16936)

as title, add missing application from authContext build
This commit is contained in:
martmull
2026-01-05 14:58:25 +01:00
committed by GitHub
parent 777ec99e67
commit 3b05375419
@@ -20,6 +20,7 @@ export const createQueryRunnerContext = ({
authProvider,
impersonationContext,
workspaceMember,
application,
} = request;
return {
@@ -34,6 +35,7 @@ export const createQueryRunnerContext = ({
authProvider,
impersonationContext,
workspaceMember,
application,
},
};
};