Skip to content

Commit 1efc16f

Browse files
committed
fix: dart playground
1 parent fcaed78 commit 1efc16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/dart/lib/recommend.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void main() async {
1515
RelatedProducts(
1616
model: RelatedModel.relatedProducts,
1717
objectID: '6445156',
18-
fallbackParameters: FallbackParams(
18+
fallbackParameters: RecommendSearchParams(
1919
query: 'iphone',
2020
),
2121
),

0 commit comments

Comments
 (0)