1
0
Fork 0
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:
mithereal 2022-09-25 17:16:05 -07:00
parent d5bac455a9
commit 65f6e3adfd
2 changed files with 3 additions and 2 deletions

View file

@ -119,6 +119,7 @@ defmodule Farside do
instance
end
|> Enum.reject(fn x -> x == nil end)
|> Enum.uniq()
service =
Map.put(