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
if HT.statusIsSuccessful (responseStatus rsp)
then Right $ responseBody rsp
else -- TODO: better to surface up entire resp so that client can decide what to do when error happens.
Left $ responseBody rsp
The text was updated successfully, but these errors were encountered:
Fixes this TODO.
The text was updated successfully, but these errors were encountered: