File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - attach_workspace :
2929 at : .
3030 - run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31- - run : npm publish
31+ - run : npm publish --tag test-release
3232# dont change anything
3333workflows :
3434 version : 2
Original file line number Diff line number Diff line change 3131 "lint:js" : " ./node_modules/.bin/eslint --ext .js,.jsx ." ,
3232 "test" : " npm run lint && npm run jest"
3333 },
34- "version" : " 1.2 .8" ,
34+ "version" : " 1000.29 .8" ,
3535 "dependencies" : {
3636 "auth0-js" : " ^6.8.4" ,
3737 "config" : " ^3.2.0" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class LookupService {
113113 */
114114 async getReviewTypes ( ) {
115115 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 ' ) ;
117117 const jsonResult = await res . json ( ) ;
118118 return jsonResult ;
119119 }
You can’t perform that action at this time.
0 commit comments