Skip to content

Commit

Permalink
fix: curious george job (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo authored Feb 9, 2024
1 parent 29bc25b commit fb2cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/safira/job_scheduler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule Safira.JobScheduler do
create_job(
:all_pitches,
~e[8 * * * *],
{Jobs.CheckpointBadge, :run, [214, 5, 9, 0]}
{Jobs.CheckpointBadge, :run, [214, 8, 9, 0]}
),
create_job(
:two_days,
Expand Down

0 comments on commit fb2cfef

Please sign in to comment.