Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Sep 16, 2023
1 parent 1b93b55 commit 722aefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reading/picchat_emails.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Modify the oban config in `config.exs` to add a daily CRON job that runs at 8am
config :pic_chat, Oban,
repo: PicChat.Repo,
plugins: [
Oban.Plugins.Pruner
Oban.Plugins.Pruner,
{Oban.Plugins.Cron,
crontab: [
{"0 8 * * *", PicChat.Workers.DailySummaryEmail}
Expand Down

0 comments on commit 722aefe

Please sign in to comment.