Skip to content

Commit

Permalink
Merge pull request #2169 from SkillsFundingAgency/revert-levy-schedul…
Browse files Browse the repository at this point in the history
…e-change

Revert "update levy monthly run date whilst investigation continues w…
  • Loading branch information
cofaulco authored Feb 23, 2021
2 parents 20e1511 + d8e92e2 commit d036076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public ImportLevyDeclarationsJob(IMessageSession messageSession)
_messageSession = messageSession;
}

public Task Run([TimerTrigger("0 0 15 24 * *")] TimerInfo timer, ILogger logger)
public Task Run([TimerTrigger("0 0 15 23 * *")] TimerInfo timer, ILogger logger)
{
return _messageSession.Send(new ImportLevyDeclarationsCommand());
}
Expand Down

0 comments on commit d036076

Please sign in to comment.