Skip to content

Commit

Permalink
[microsoftgraph#29] Replace raise RuntimeError with Value for BinaryType
Browse files Browse the repository at this point in the history
  • Loading branch information
arseny-emchik committed Jun 12, 2018
1 parent 4ee17fd commit bbefd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/odata/types/primitive_types/binary_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def valid_value?(value)
end

def coerce(value)
raise RuntimeError
value
end

def name
Expand Down

0 comments on commit bbefd17

Please sign in to comment.