mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
fix reload
This commit is contained in:
parent
a992934e11
commit
7bd91cbcad
2 changed files with 19 additions and 13 deletions
|
@ -38,7 +38,7 @@ defmodule Farside do
|
|||
Farside.Instance.Supervisor.list()
|
||||
|> Enum.reduce(%{}, fn service, acc ->
|
||||
{_, data} = :ets.lookup(String.to_atom(service), :data) |> List.first()
|
||||
IO.inspect(data, label: "data")
|
||||
|
||||
Map.put(
|
||||
acc,
|
||||
String.replace_prefix(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue