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 316b029 commit f0ad027
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 @@ -78,7 +78,7 @@ def perform!(context: nil, **options)
# @return [Object] result of execute_perform! method execution
# @raise [Granite::Action::ValidationError] Action or associated objects are invalid
# @raise [NotImplementedError] execute_perform! method was not defined yet
def try_perform!(_context: nil, **options)
def try_perform!(context: nil, **options)
return unless satisfy_preconditions?

transaction do
Expand Down

0 comments on commit f0ad027

Please sign in to comment.