Skip to content

Commit

Permalink
Merge pull request #1005 from bcgov/hotfix/AB#27621-AddIndigenousInd
Browse files Browse the repository at this point in the history
bugfix/AB#27621-FixUnitTest
  • Loading branch information
jimmyPasta authored Jan 14, 2025
2 parents 36aafd1 + 9627756 commit 232e09d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public async Task<IActionResult> OnPostAsync()
string[]? selectedApplicationsArray = JsonConvert.DeserializeObject<string[]>(SelectedApplications);
List<GrantApplicationLiteDto>? grantApplications = JsonConvert.DeserializeObject<List<GrantApplicationLiteDto>>(GrantApplicationsList!);
List<ApplicationLinksInfoDto>? linkedApplications = JsonConvert.DeserializeObject<List<ApplicationLinksInfoDto>>(LinkedApplicationsList!);
List<ApplicationLinksInfoDto>? applicationList = JsonConvert.DeserializeObject<List<ApplicationLinksInfoDto>>(GrantApplicationsList!);

foreach (var item in selectedApplicationsArray!)
{
Expand Down

This file was deleted.

0 comments on commit 232e09d

Please sign in to comment.