add console.log
This commit is contained in:
@@ -113,6 +113,7 @@ const getUserInfo = async (group = '', id = '') => {
|
||||
let {displayName, userId} = result.data
|
||||
if (typeof displayName !== 'string' || displayName.length === 0) return null
|
||||
if (typeof userId !== 'string' || userId.length === 0) return null
|
||||
console.log('get user result ::::: ', result.data)
|
||||
return {
|
||||
displayName,
|
||||
userId
|
||||
|
||||
Reference in New Issue
Block a user