Skip to content

Commit

Permalink
EMERGENCY FIX: search arguments borked
Browse files Browse the repository at this point in the history
  • Loading branch information
tizu69 committed Jan 2, 2024
1 parent d87f887 commit 4258b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/s/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
$: queryParams = parseInputString($currentSearchStore);
$: $packageStatusStore.search.d = Object.entries(
(!$currentSearchStore
(!queryParams.ROOT
? $packageListStore
: filterObjectByKey($packageListStore ?? {}, queryParams.ROOT)) ?? {}
);
Expand Down

0 comments on commit 4258b72

Please sign in to comment.