Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Oct 10, 2023
1 parent c36acd4 commit 03611e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/x-components/src/x-modules/facets/wiring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,7 @@ export const setSelectedFiltersFromPreview = wireCommit(
*
* @public
*/
export const setQueryFromPreview = wireCommit(
'setQuery',
({ eventPayload: { query } }) => query
);
export const setQueryFromPreview = wireCommit('setQuery', ({ eventPayload: { query } }) => query);

/**
* Wiring configuration for the {@link FacetsXModule | facets module}.
Expand Down

0 comments on commit 03611e5

Please sign in to comment.