You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Reitit multipart middleware uses the coercer in such a way so that it keywordizes all the keys in the data, even if that data is a record.
I'm using a store that returns a record instead of a plain map because it makes certain aspects simpler, including validation (a plain instance? instead of a custom spec). The current implementation of the multipart middleware along with the request-coercer function forces me to go back to a plain map with a custom spec.
The text was updated successfully, but these errors were encountered:
The Reitit multipart middleware uses the coercer in such a way so that it keywordizes all the keys in the data, even if that data is a record.
I'm using a store that returns a record instead of a plain map because it makes certain aspects simpler, including validation (a plain
instance?
instead of a custom spec). The current implementation of the multipart middleware along with therequest-coercer
function forces me to go back to a plain map with a custom spec.The text was updated successfully, but these errors were encountered: