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 d396996 commit 88bc80aCopy full SHA for 88bc80a
src/services/challenges.js
@@ -519,7 +519,7 @@ class ChallengesService {
519
async getChallengesRecommend(challenges) {
520
// No Open Recommendation Challenges that match their skills
521
// return Promise.resolve([]);
522
- const { tokenV2, tokenV3 } = this.private.tokenV2;
+ const { tokenV2, tokenV3 } = this.private;
523
if ((!tokenV2 && !tokenV3) || !challenges || challenges.length < 4) {
524
return Promise.resolve([]);
525
}
0 commit comments