From d8e92e2b12a27bd030590269314c90bc27ec519a Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 23 Feb 2021 12:00:23 +0000 Subject: [PATCH] Revert "update levy monthly run date whilst investigation continues with payments" This reverts commit 6c5cafe41599d159808b5437c40b7924385715ad. --- .../ScheduledJobs/ImportLevyDeclarationsJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs b/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs index 71f6cf742e..32f7fc74ac 100644 --- a/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs +++ b/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs @@ -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()); }