Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9707128

Browse files
Merge branch 'issue-75' of https://github.com/nursoltan-s/micro-frontends-earn-app into nursoltan-s-issue-75
2 parents c4ed1db + 3fb2f2b commit 9707128

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/reducers/filter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const defaultState = {
2020
// ---
2121

2222
bucket: constants.FILTER_BUCKETS[1],
23-
recommended: false,
2423
},
2524
};
2625

src/utils/challenge.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,7 @@ const queryScheme = {
115115
tags: Joi.array().items(Joi.string()),
116116
startDateEnd: Joi.date(),
117117
endDateStart: Joi.date(),
118-
sortBy: Joi.string().valid(
119-
"bestMatch",
120-
"updated",
121-
"overview.totalPrizes",
122-
"name"
123-
),
118+
sortBy: Joi.string().valid("updated", "overview.totalPrizes", "name"),
124119
groups: Joi.array().items(Joi.optionalId()).unique(),
125120
events: Joi.array().items(Joi.string()),
126121
bucket: Joi.bucket(),

0 commit comments

Comments
 (0)