From 02fffc54a8756b0bb8b6d0225f994acfec573ffa Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 12 Jul 2022 17:27:36 +0100 Subject: [PATCH 1/2] update shared UI package version --- .../SFA.DAS.EmployerAccounts.Web.csproj | 2 +- .../SFA.DAS.EmployerFinance.Web.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SFA.DAS.EmployerAccounts.Web/SFA.DAS.EmployerAccounts.Web.csproj b/src/SFA.DAS.EmployerAccounts.Web/SFA.DAS.EmployerAccounts.Web.csproj index a810d99a95..d30bc8292b 100644 --- a/src/SFA.DAS.EmployerAccounts.Web/SFA.DAS.EmployerAccounts.Web.csproj +++ b/src/SFA.DAS.EmployerAccounts.Web/SFA.DAS.EmployerAccounts.Web.csproj @@ -135,7 +135,7 @@ 1.0.30 - 1.1.79 + 1.2.7 diff --git a/src/SFA.DAS.EmployerFinance.Web/SFA.DAS.EmployerFinance.Web.csproj b/src/SFA.DAS.EmployerFinance.Web/SFA.DAS.EmployerFinance.Web.csproj index 4d4e53fa41..cc0fb4e1ca 100644 --- a/src/SFA.DAS.EmployerFinance.Web/SFA.DAS.EmployerFinance.Web.csproj +++ b/src/SFA.DAS.EmployerFinance.Web/SFA.DAS.EmployerFinance.Web.csproj @@ -97,7 +97,7 @@ 1.0.5 - 1.1.79 + 1.2.7 From 8b1f87a9395d481abaaa77a89c78c6c4a31a3465 Mon Sep 17 00:00:00 2001 From: Corey Date: Fri, 22 Jul 2022 12:37:01 +0100 Subject: [PATCH 2/2] push back the levy pull due to uncertainty around the availability of declaration api's --- .../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 54f5555f10..7ab5893aa0 100644 --- a/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs +++ b/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs @@ -29,7 +29,7 @@ public ImportLevyDeclarationsJob( } public async Task Run( - [TimerTrigger("0 0 15 23 * *")] TimerInfo timer, + [TimerTrigger("0 0 15 26 * *")] TimerInfo timer, ILogger logger) { var now = _currentDateTime.Now;