billing.rb: destroy -> destroy!

This commit is contained in:
Henrik Nyh
2026-02-08 19:51:41 +00:00
committed by GitHub
parent 9622e5dad4
commit f50b0bca5a
+1 -1
View File
@@ -27,7 +27,7 @@ module Account::Billing
end
def uncomp
billing_waiver&.destroy
billing_waiver&.destroy!
reload_billing_waiver
end