Skip to content

Commit

Permalink
chore: add comment to add additional params to search
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Dec 12, 2024
1 parent d7e00f9 commit 400c571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gateway/src/features/search/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const addSearchParamForScope = (
advancedSearchParameters.event.push({ eventName: event })
} else throw new Error('Not enough scope to search')
}
// add event in search params
}

export const filterSearchParamsWithScope = (
Expand Down

0 comments on commit 400c571

Please sign in to comment.