Skip to content

Correct parsing of channel parameter in client

Christopher Randolph Rhodes requested to merge issue_client_get_channel into master

Client should use .get, not getattr, on dictionary; was leading to loss of channel param in API call

Merge request reports