Skip to content

Commit

Permalink
fix(): do not export anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantsanz committed Sep 23, 2024
1 parent f225708 commit e27a6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/search/serializeQueryForPortal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function mergeSearchOptions(
* @param filter
* @returns
*/
export function serializeFilter(filter: IFilter): ISearchOptions {
function serializeFilter(filter: IFilter): ISearchOptions {
const operation = filter.operation || "AND";
const predicates = filter.predicates.map(expandPredicate);

Expand Down

0 comments on commit e27a6f6

Please sign in to comment.