Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrzebinczyk committed Aug 22, 2024
1 parent 961a5ce commit f9e387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/granite/action/performing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def try_perform!(_context: nil, **options)
return unless satisfy_preconditions?

transaction do
super_run_validations!
super_run_validations! || raise_validation_error
perform_action!(**options)
end
end
Expand Down

0 comments on commit f9e387e

Please sign in to comment.