Skip to content

Commit a6f9cb5

Browse files
committed
fix RecommendedForYouQuery by removing model
1 parent 3ef82e9 commit a6f9cb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/recommend/src/types/RecommendedForYouQuery.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export type RecommendedForYouQuery = Omit<
55
RecommendationsQueryWithoutObjectID,
66
'model' | 'queryParameters'
77
> & {
8-
readonly model: 'recommended-for-you';
98
/**
109
* List of [search parameters](https://www.algolia.com/doc/api-reference/search-api-parameters/) to send.
1110
*/

0 commit comments

Comments
 (0)