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 .8" ,
34
+ "version" : " 1000.29 .8" ,
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 @@ -113,7 +113,7 @@ class LookupService {
113
113
*/
114
114
async getReviewTypes ( ) {
115
115
if ( typeof this . private . tokenV3 !== 'undefined' ) {
116
- const res = await this . private . apiV5 . get ( '/reviewTypes' ) ;
116
+ const res = await this . private . apiV5 . get ( '/reviewTypes?isActive=true&perPage=100 ' ) ;
117
117
const jsonResult = await res . json ( ) ;
118
118
return jsonResult ;
119
119
}
You can’t perform that action at this time.
0 commit comments