Skip to content

Commit

Permalink
chore: fix child_spec type
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Dec 6, 2024
1 parent e335a80 commit e9eb5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cache.ex
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ defmodule Cache do
def child_spec(children) do
%{
id: Cache,
type: :supervisor,
start: {Cache, :start_link, [children]}
}
end
Expand Down

0 comments on commit e9eb5e2

Please sign in to comment.