닉네임으로 내보내기가 안되나요? #788
-
무조건 userId로만 내보내기 해야하나요? |
Beta Was this translation helpful? Give feedback.
Answered by
humanbot00
Nov 5, 2021
Replies: 1 comment
-
Array.from(channel.store._userInfoMap).filter(a => a[1].nickname=="닉").map(a => String(a[1].userId)); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
namsa87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Array.from(channel.store._userInfoMap).filter(a => a[1].nickname=="닉").map(a => String(a[1].userId));