File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
- attach_workspace :
29
29
at : .
30
30
- run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31
- - run : npm publish
31
+ - run : npm publish --tag test-release
32
32
# dont change anything
33
33
workflows :
34
34
version : 2
Original file line number Diff line number Diff line change 31
31
"lint:js" : " ./node_modules/.bin/eslint --ext .js,.jsx ." ,
32
32
"test" : " npm run lint && npm run jest"
33
33
},
34
- "version" : " 1.2.1 " ,
34
+ "version" : " 1000.28.2 " ,
35
35
"dependencies" : {
36
36
"auth0-js" : " ^6.8.4" ,
37
37
"config" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ class ChallengesService {
553
553
totalCount = res . headers . get ( 'x-total' ) || 0 ;
554
554
}
555
555
556
- const challenges = res . result ? res . result . filter ( ch => ch . jaccard_index > 0 ) : [ ] ;
556
+ const challenges = res . result ? res . result . filter ( ch => ch . bucket ) : [ ] ;
557
557
return {
558
558
challenges,
559
559
totalCount,
You can’t perform that action at this time.
0 commit comments