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
We already have a ToJSON instance for AssertionError, including Trace. We must include traces in our patches.
How?
Replace the true error cases with just using Jason.encode
Bonus points: think about a way to unify "email already sent" clause and "new user clause", I don't think that we should handle this logic in the error handling, but I can hear an argument for this being the exact point where to do it.
The text was updated successfully, but these errors were encountered:
Why?
We already have a ToJSON instance for AssertionError, including Trace. We must include traces in our patches.
How?
The text was updated successfully, but these errors were encountered: