Skip to content

Commit

Permalink
add metadata segment
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW committed Mar 22, 2024
1 parent ff08028 commit 5bec981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/query-url-sanitization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function sanitizedQueryUrl(url: string): string {
* @param segment
*/
function sanitizePathSegment(previousSegment: string, segment: string): string {
const segmentsToIgnore = ['$value', '$count', '$ref', '$batch'];
const segmentsToIgnore = ['$value', '$count', '$ref', '$batch', '$metadata'];

if (
isAllAlpha(segment) ||
Expand Down

0 comments on commit 5bec981

Please sign in to comment.