Skip to content

Commit

Permalink
Merge pull request #866 from navikt/fix-sted
Browse files Browse the repository at this point in the history
Fix sted filter
  • Loading branch information
otenav authored Nov 21, 2024
2 parents 69ecb5f + da04a72 commit 5444b5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/(sok)/_utils/elasticSearchRequestBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,10 +648,7 @@ function filterLocation(
}

const internationalObject: BoolFilter = {
bool: {
must_not: [],
should: [],
},
bool: {},
};

if (international) {
Expand Down

0 comments on commit 5444b5a

Please sign in to comment.