HubSpot / slack-client

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

Fix DateTimeParseException when data field is null #292

Closed leonidhladii closed 2 years ago

leonidhladii commented 2 years ago

There are throws DateTimeParseException when trying to deserialize slack action with null initial date from the date picker. In this PR we skip deserializing the date field with null initial values.