Closed jawher closed 8 years ago
The error was caused by parsing the json body into a map, whereas the validator (automatically invoked) expects a struct
:+1: Are we sure the problem does not exists anywhere else ?
Yes, I checked for all the other callers of parseBody, and all of them parse into structs.
parseBody
The error was caused by parsing the json body into a map, whereas the validator (automatically invoked) expects a struct