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.
1 parent 28e0b38 commit 01241b4Copy full SHA for 01241b4
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 getM2Mtoken()
+ const m2mToken = await getTopcoderM2MToken()
321
token = `Bearer ${m2mToken}`
322
} else {
323
token = currentUser.jwtToken
0 commit comments