Skip to content

Commit 210f8b5

Browse files
author
Vikas Agarwal
committed
Logging
1 parent 16e8fb8 commit 210f8b5

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)