Skip to content

Commit

Permalink
Merge pull request #1051 from solar05/patch-3
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
BrooklinJazz committed Oct 12, 2023
2 parents a0b227e + 722aefe commit b5ae5cf
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 b5ae5cf

Please sign in to comment.