Skip to content

Commit

Permalink
fix: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Sep 20, 2023
1 parent bea7000 commit 6b9e6ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
11 changes: 8 additions & 3 deletions packages/x-components/src/x-modules/facets/wiring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@ import { DefaultFacetsService } from './service/facets.service';
*/
const moduleName = 'facets';

const wireCommitWithoutPayload = namespacedWireCommitWithoutPayload(moduleName);

/**
* WireCommit for {@link SearchXModule}.
* WireCommit for {@link FacetsXModule}.
*
* @internal
*/
const wireCommit = namespacedWireCommit(moduleName);

/**
* WireCommitWithoutPayload for {@link FacetsXModule}.
*
* @internal
*/
const wireCommitWithoutPayload = namespacedWireCommitWithoutPayload(moduleName);

/**
* Wires factory for {@link DefaultFacetsService}.
*/
Expand Down
1 change: 1 addition & 0 deletions packages/x-components/src/x-modules/search/wiring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { InternalSearchRequest } from './types';
* @internal
*/
const moduleName = 'search';

/**
* WireCommit for {@link SearchXModule}.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/x-components/src/x-modules/url/wiring.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { namespacedWireCommit } from '../../wiring/namespaced-wires.factory';
import { createWiring } from '../../wiring/wiring.utils';
import { createRawFilters } from '../../utils/index';
import { createRawFilters } from '../../utils/filters';

/**
* WireCommit for {@link UrlXModule}.
Expand Down

0 comments on commit 6b9e6ea

Please sign in to comment.