Skip to content

Commit

Permalink
uniquify the language values
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed May 16, 2022
1 parent ba27011 commit c7106bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/goo/sparql/mixins/solution_lang_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def languages_values_to_set(language_values, no_lang_values)
elsif !not_matched_lang.empty?
values = not_matched_lang
end
values
values&.uniq
end

private
Expand Down

0 comments on commit c7106bd

Please sign in to comment.