Skip to content

Commit

Permalink
Merge branch 'main' into refactor/code-splits
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Jan 27, 2025
2 parents 56e44b7 + 1f4b8db commit 741c86b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default function useActiveVisits() {
let url = `${restBaseUrl}/visit?v=${customRepresentation}&`;
let urlSearchParams = new URLSearchParams();

urlSearchParams.append('includeParentLocations', 'true');
urlSearchParams.append('includeInactive', 'false');
urlSearchParams.append('totalCount', 'true');
urlSearchParams.append('location', `${sessionLocation}`);
Expand Down

0 comments on commit 741c86b

Please sign in to comment.