Skip to content

Commit

Permalink
Merge branch 'support-muli-lang-part-02' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jul 14, 2023
2 parents 10722be + e5d4d1a commit 81ce88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/goo/base/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def unmmaped_to_array
end

def unmapped(*args)
@unmapped.transform_values do |language_values|
@unmapped&.transform_values do |language_values|
self.class.not_show_all_languages?(language_values, args) ? language_values.values.flatten: language_values
end
end
Expand Down

0 comments on commit 81ce88c

Please sign in to comment.