Skip to content

Commit

Permalink
Merge pull request #1004 from bcgov/bugfix/ab#27138-submissionId-not-…
Browse files Browse the repository at this point in the history
…displaying-properly

ab#27138 SonarQube fixes for applicationLinks
  • Loading branch information
jimmyPasta authored Jan 14, 2025
2 parents b6694da + 436c43e commit bfe95c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 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 bfe95c0

Please sign in to comment.