Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach authored Oct 24, 2024
1 parent e3b91df commit 614e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/query/query.epics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const loadFromUrl: RootEpic = (action$, state$, { config }) =>
map(() =>
setQuery(
getQueryFromString(
// Highly convoluted workflow to remove `code` & `state` from URL
// Remove `code` & `state` from URL
new URLSearchParams(
state$.value.router.location.search
).get('q') || DEFAULT_QUERY
Expand Down

0 comments on commit 614e26b

Please sign in to comment.