Skip to content

Commit

Permalink
initialise empty list of pension regulator organisations.
Browse files Browse the repository at this point in the history
  • Loading branch information
cofaulco committed Jun 6, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 39bbebb commit 9b7e8d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ namespace SFA.DAS.EmployerAccounts.Queries.GetPensionRegulator
{
public class GetPensionRegulatorResponse
{
public IEnumerable<Organisation> Organisations { get; set; }
public IEnumerable<Organisation> Organisations { get; set; } = new List<Organisation>();
}
}

0 comments on commit 9b7e8d3

Please sign in to comment.