Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop panicking when our accounting is wrong (#4568)
Prefer to return a 500 error instead of panicking. Since this function is already called from a transactional context, we can rely on the rollback mechanism to "undo" the deletion. Fixes #3870
- Loading branch information