HubSpot / slack-client

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

Prevent NPEs in SectionIF check #206

Closed ks3057 closed 3 years ago

ks3057 commented 3 years ago

Currently, we are fetching text length isTextLengthValid before we check if the text is null and this results in an unnecessary NPE. This PR fixes the order of the checks.