We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ebd87 commit 9512bccCopy full SHA for 9512bcc
lib/elixir/lib/config/provider.ex
@@ -56,8 +56,10 @@ defmodule Config.Provider do
56
@behaviour Config.Provider
57
58
# Let's pass the path to the JSON file as config
59
+ @impl true
60
def init(path) when is_binary(path), do: path
61
62
63
def load(config, path) do
64
# We need to start any app we may depend on.
65
{:ok, _} = Application.ensure_all_started(:jason)
0 commit comments