Skip to content

Commit 8410e93

Browse files
author
vikasrohit
authored
Merge pull request #42 from topcoder-platform/hotfix/additional_logging
Logging
2 parents fb23432 + 210f8b5 commit 8410e93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/helper.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ async function getMemberDetailsByUserIds (userIds) {
160160
Authorization: `Bearer ${token}`
161161
}
162162
}).then((res) => {
163-
logger.debug(res, 'response')
163+
logger.debug(res)
164+
console.log(res)
164165
return _.get(res, 'data.result.content', null)
165166
})
166167
} catch (err) {

0 commit comments

Comments
 (0)