Not a big deal but might want to mention that you should add :crypto to the extra_applications portion of mix like so:
def application do
[
extra_applications: [:logger, :crypto],
mod: {Jobber.Application, []}
]
end
Not a big deal but might want to mention that you should add :crypto to the extra_applications portion of mix like so:
def application do
[
extra_applications: [:logger, :crypto],
mod: {Jobber.Application, []}
]
end