diff --git a/lib/cache.ex b/lib/cache.ex index e2397de..af29e9e 100644 --- a/lib/cache.ex +++ b/lib/cache.ex @@ -151,6 +151,7 @@ defmodule Cache do def child_spec(children) do %{ id: Cache, + type: :supervisor, start: {Cache, :start_link, [children]} } end