Skip to content

Commit 60c6fbf

Browse files
feat: 6847 - explicit "popularity" order for Hunger Games (#6850)
1 parent 972d323 commit 60c6fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smooth_app/lib/query/random_questions_query.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RandomQuestionsQuery extends QuestionsQuery {
1616
user: ProductQuery.getReadUser(),
1717
countries: <OpenFoodFactsCountry>[ProductQuery.getCountry()],
1818
count: count,
19-
questionOrder: RobotoffQuestionOrder.random,
19+
questionOrder: RobotoffQuestionOrder.popularity,
2020
);
2121

2222
if (result.questions?.isNotEmpty != true) {

0 commit comments

Comments
 (0)