Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a5cf547

Browse files
#37 - Debug why ubahn api cannot access group api in prod
1 parent 5de7523 commit a5cf547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/group-api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ async function getM2Mtoken () {
1717
async function getGroups (universalUID) {
1818
const m2mToken = await getM2Mtoken()
1919

20+
logger.debug(`The m2m token is ${m2mToken} for user ${universalUID} with group api endpoint ${config.GROUP_API_URL}`)
21+
2022
try {
2123
const resp = await axios({
2224
method: 'get',

0 commit comments

Comments
 (0)