Fix user lookup by ID #40

Merged
digital-mint-creature merged 1 commits from master into master 2024-05-07 12:40:42 +02:00

1 Commits

Author SHA1 Message Date
digimint
47be60407b
Fix user lookup by ID
When calling `get_users` with an array of ids, the function attempts to pop the first id from the `names` array rather than the `ids` array. This commit fixes that issue.
2024-03-24 20:22:16 -05:00