Commit 69b4dba6 authored by Kerri Miller's avatar Kerri Miller

Flatten incoming entries array

parent 3b081fe0
...@@ -48,7 +48,7 @@ module Gitlab ...@@ -48,7 +48,7 @@ module Gitlab
code_owners_file.entry_for_path(path) code_owners_file.entry_for_path(path)
end end
entries.compact.uniq entries.flatten.compact.uniq
end end
def code_owners_file def code_owners_file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment