Closed kyledetella closed 8 months ago
Previously we were attempting to cast postMessage bodies to [String: Any] but they are coming in as String types. This refactors the deserialization to first convert the message string into a Data object and then attempt JSON decoding.
[String: Any]
String
Data
Closes #1
Previously we were attempting to cast postMessage bodies to
[String: Any]
but they are coming in asString
types. This refactors the deserialization to first convert the message string into aData
object and then attempt JSON decoding.Closes #1