HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Fix Options retrieving in SlackOptionsResponseIF model #279

Closed zmarushchak-hs closed 2 years ago

zmarushchak-hs commented 2 years ago

The logic of retrieving of handling Options in the Options response model is broken. It always returns null if attachment options are not set even if there are dialog options. This PR fixes this issue.