slack-client-1.10
Fix UserProfile model deserializing from JSON.
Description: Slack occasionally sends [] instead of {} as a fields
field so we try to parse both regular object and array.
Fix UserProfile model deserializing from JSON.
Description: Slack occasionally sends [] instead of {} as a fields
field so we try to parse both regular object and array.