We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd71781 commit 38163d4Copy full SHA for 38163d4
src/services/ChallengeService.js
@@ -70,6 +70,7 @@ async function searchChallenges (currentUser, criteria) {
70
})
71
if (criteria.memberId) {
72
const ids = await helper.listChallengesByMember(criteria.memberId)
73
+ console.log(ids)
74
boolQuery.push({ terms: { id: ids } })
75
}
76
if (criteria.tag) {
0 commit comments