We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7ae1f commit 606eb2eCopy full SHA for 606eb2e
src/utils/challenge/filter.js
@@ -382,7 +382,7 @@ export function mapToBackend(filter) {
382
if (filter.or) return {};
383
384
const res = {};
385
- if (filter.groupIds) res.groupIds = filter.groupIds; // filter.groupIds.join(',');
+ if (filter.groupIds) res.groups = filter.groupIds;
386
387
/* NOTE: Right now the frontend challenge filter by tag works different,
388
* it looks for matches in the challenge name OR in the techs / platforms. */
0 commit comments