Skip to content

Commit ffbfc05

Browse files
authored
fix(recommend): remove unused trendingFacets props (#1433)
* fix: remove unused props for trending facets * fix lint * revert changes to gitignore file
1 parent ba59b68 commit ffbfc05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
import { TrendingQuery } from './TrendingQuery';
22

3-
export type TrendingFacetsQuery = Omit<TrendingQuery, 'model' | 'facetValue'>;
3+
export type TrendingFacetsQuery = Omit<
4+
TrendingQuery,
5+
'model' | 'facetValue' | 'fallbackParameters' | 'queryParameters'
6+
>;

0 commit comments

Comments
 (0)