mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Lucky::Env.development? instead of LuckyEnv.development? #74

Closed wout closed 2 years ago

wout commented 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?

robacarp commented 2 years ago

Thanks @wout, I've corrected it.