Skip to content

Commit

Permalink
Merge pull request #363 from SkillsFundingAgency/develop
Browse files Browse the repository at this point in the history
Merge the latest Develop (Early childcare ) into Master
  • Loading branch information
mustafajawad786 authored Jul 26, 2023
2 parents a93a4e2 + 39d76ce commit 44c5725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USING (VALUES
(1, N'60358300', N'T Level in Design, Surveying and Planning for Construction', N'Design, Surveying and Planning', 2020, 1),
(2, N'60369176', N'T Level in Onsite Construction', N'Onsite Construction', 2021, 1),
(3, N'60369115', N'T Level in Building Services Engineering for Construction', N'Building Services Engineering', 2021, 1),
(4, N'60358294', N'T Level in Education and Childcare', N'Education and Childcare', 2020, 2),
(4, N'60358294', N'T Level in Education and Early Years', N'Education and Early Years', 2020, 2),
(5, N'60358324', N'T Level in Digital Production, Design and Development', N'Digital Production, Design and Development', 2020, 3),
(6, N'60369012', N'T Level in Digital Support Services', N'Digital Support Services', 2021, 3),
(7, N'60369024', N'T Level in Digital Business Services', N'Digital Business Services', 2021, 3),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public UcasDataTransfer(IUcasDataTransferService ucasDataTransferService, ICommo
_ucasDataTransferService = ucasDataTransferService;
_commonService = commonService;
}

[FunctionName(Constants.UcasTransferEntries)]
public async Task UcasTransferEntriesAsync([TimerTrigger("%UcasTransferEntriesTrigger%")] TimerInfo timer, ExecutionContext context, ILogger logger)
{
Expand Down

0 comments on commit 44c5725

Please sign in to comment.