Does it make sense to update the DB in the catch b...
# orm-help
a
Does it make sense to update the DB in the catch block if previous asynchronous code fails? What I’m doing is calling update then a Stripe function. If the call to the Stripe function fails I want to revert the update to the DB.
r
I think that should be fine.
👍 1