Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88bc80a

Browse files
committedJan 27, 2021
remove extra tokenV2
1 parent d396996 commit 88bc80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/services/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ class ChallengesService {
519519
async getChallengesRecommend(challenges) {
520520
// No Open Recommendation Challenges that match their skills
521521
// return Promise.resolve([]);
522-
const { tokenV2, tokenV3 } = this.private.tokenV2;
522+
const { tokenV2, tokenV3 } = this.private;
523523
if ((!tokenV2 && !tokenV3) || !challenges || challenges.length < 4) {
524524
return Promise.resolve([]);
525525
}

0 commit comments

Comments
 (0)
Please sign in to comment.