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 3b48b14 commit 47bb209Copy full SHA for 47bb209
src/common/helper.js
@@ -602,6 +602,7 @@ function getAuditM2Muser () {
602
*/
603
async function checkIsMemberOfProject (userId, projectId) {
604
const m2mToken = await getM2MToken()
605
+ localLogger.debug({ context: 'checkIsMemberOfProject', message: `m2mToken: ${decodeTom2mToken}` })
606
const res = await request
607
.get(`${config.TC_API}/projects/${projectId}`)
608
.set('Authorization', `Bearer ${m2mToken}`)
0 commit comments