Skip to content

Commit

Permalink
fix: Allow none values for ValueObject, since can be set by Checked…
Browse files Browse the repository at this point in the history
…Node result type (#228)
  • Loading branch information
fractaledmind committed Apr 6, 2022
1 parent 7a5adbe commit d7f6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/axe-core-api/lib/axe/api/value_object.rb
Expand Up @@ -3,7 +3,7 @@
module Axe
module API
class ValueObject
include ::Virtus.value_object mass_assignment: false, nullify_blank: true
include ::Virtus.value_object mass_assignment: false, nullify_blank: false
end
end
end

0 comments on commit d7f6d36

Please sign in to comment.