mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
filter out duplicate services
This commit is contained in:
parent
d5bac455a9
commit
65f6e3adfd
2 changed files with 3 additions and 2 deletions
|
@ -119,6 +119,7 @@ defmodule Farside do
|
|||
instance
|
||||
end
|
||||
|> Enum.reject(fn x -> x == nil end)
|
||||
|> Enum.uniq()
|
||||
|
||||
service =
|
||||
Map.put(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue