You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the "users" values looks like what you are after with this function, but Users(JSON.parse(String(r.body))) doesn't read that in properly. I'd do a pull request, but I'm actually not sure how to fix this here.
The text was updated successfully, but these errors were encountered:
get_lists_members
is trying to parse a list of users. If you changeto
You get an object that looks like:
where the "users" values looks like what you are after with this function, but
Users(JSON.parse(String(r.body)))
doesn't read that in properly. I'd do a pull request, but I'm actually not sure how to fix this here.The text was updated successfully, but these errors were encountered: