Skip to content

Commit

Permalink
Not need Standart Error raise
Browse files Browse the repository at this point in the history
  • Loading branch information
enderahmetyurt committed Oct 3, 2024
1 parent bf5c22b commit 506d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avo/fields/key_value_field.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def options
def fill_field(record, key, value, _params)
begin
new_value = JSON.parse(value)
rescue StandardError
rescue
new_value = {}
end

Expand Down

0 comments on commit 506d07c

Please sign in to comment.