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.
2 parents e553e9e + c21ac05 commit 89ba0bbCopy full SHA for 89ba0bb
src/common/helper.js
@@ -317,7 +317,7 @@ function isDocumentMissingException (err) {
317
async function getProjects (currentUser, criteria = {}) {
318
let token
319
if (currentUser.hasManagePermission || currentUser.isMachine) {
320
- const m2mToken = await getTopcoderM2MToken()
+ const m2mToken = await getM2Mtoken()
321
token = `Bearer ${m2mToken}`
322
} else {
323
token = currentUser.jwtToken
0 commit comments