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
Say I want to make some other request if resendVerificationEmail was successful but still return the response from resendVerificationEmail, how would I chain both functions?
The text was updated successfully, but these errors were encountered:
Hi. Thanks a lot for this package and your articles, they've completely changed the way I build repositories.
The following usecase occurs a lot in my codebase:
Take the following snippet from my
account_repository
for exampleSay I want to make some other request if
resendVerificationEmail
was successful but still return the response fromresendVerificationEmail
, how would I chain both functions?The text was updated successfully, but these errors were encountered: