chore: Remove account.destroy listener (#1530)

This commit is contained in:
Pranav Raj S
2020-12-19 18:11:43 +05:30
committed by GitHub
parent 090b716ec1
commit 8e2b4acc43
5 changed files with 13 additions and 33 deletions

View File

@@ -15,7 +15,6 @@ class AccountBuilder
end
[@user, @account]
rescue StandardError => e
@account&.destroy
puts e.inspect
raise e
end