Skip to content

Commit fb2cfef

Browse files
authored
fix: curious george job (#402)
1 parent 29bc25b commit fb2cfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/safira/job_scheduler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Safira.JobScheduler do
5555
create_job(
5656
:all_pitches,
5757
~e[8 * * * *],
58-
{Jobs.CheckpointBadge, :run, [214, 5, 9, 0]}
58+
{Jobs.CheckpointBadge, :run, [214, 8, 9, 0]}
5959
),
6060
create_job(
6161
:two_days,

0 commit comments

Comments
 (0)