Closed wout closed 2 years ago
In the Lucky setup, under the src/app_worker.cr section, the Lucky::Env.development? is used instead of the newer LuckyEnv.development?
src/app_worker.cr
Lucky::Env.development?
LuckyEnv.development?
Thanks @wout, I've corrected it.
In the Lucky setup, under the
src/app_worker.cr
section, theLucky::Env.development?
is used instead of the newerLuckyEnv.development?