Fix authContext (#16936)
as title, add missing application from authContext build
This commit is contained in:
+2
@@ -20,6 +20,7 @@ export const createQueryRunnerContext = ({
|
||||
authProvider,
|
||||
impersonationContext,
|
||||
workspaceMember,
|
||||
application,
|
||||
} = request;
|
||||
|
||||
return {
|
||||
@@ -34,6 +35,7 @@ export const createQueryRunnerContext = ({
|
||||
authProvider,
|
||||
impersonationContext,
|
||||
workspaceMember,
|
||||
application,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user