Skip to content

Commit

Permalink
fix ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent 6302060 commit 5e5d98f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize(validator_name, options)
end

def build
validator_class.new **inner_options.merge(attributes: [:base])
validator_class.new **(inner_options.merge(attributes: [:base]))
end

private
Expand Down

0 comments on commit 5e5d98f

Please sign in to comment.