Skip to content

Commit

Permalink
fix companies qnt
Browse files Browse the repository at this point in the history
  • Loading branch information
Darguima committed Feb 7, 2024
1 parent 44cec74 commit c1ad4db
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 @@ -105,7 +105,7 @@ defmodule Safira.JobScheduler do
create_job(
:visit_all_booths,
~e[25 * * * *],
{Jobs.CheckpointBadge, :run, [240, 29, 4, 150]}
{Jobs.CheckpointBadge, :run, [240, 28, 4, 150]}
),
create_job(
:upload_cv,
Expand Down

0 comments on commit c1ad4db

Please sign in to comment.