Skip to content

Commit

Permalink
revert experimental change
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Feb 24, 2021
1 parent df30f18 commit d21031f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const getTrustedAppsListRouteHandler = (
return async (context, req, res) => {
try {
return res.ok({
body: await getTrustedAppsList(exceptionListClientFromContext(context), { ...req.query }),
body: await getTrustedAppsList(exceptionListClientFromContext(context), req.query),
});
} catch (error) {
return errorHandler(logger, res, error);
Expand Down

0 comments on commit d21031f

Please sign in to comment.