Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Jul 20, 2020
1 parent 41dab93 commit ba19874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const esSearchStrategyProvider = (
): ISearchStrategy => {
return {
search: async (context, request, options) => {
// logger.info(`search ${JSON.stringify(request.params)}`);
logger.info(`search ${JSON.stringify(request.params)}`);
const config = await config$.pipe(first()).toPromise();
const defaultParams = getDefaultSearchParams(config);

Expand Down

0 comments on commit ba19874

Please sign in to comment.