Skip to content

Commit

Permalink
🐛 Fix total count for landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Dec 11, 2023
1 parent e99029b commit 15bb51b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const aggregateRiskData = (
red: high,
unknown,
unassessed,
applicationsCount: processedAppIds.size,
applicationsCount: applications.length,
};
};

Expand Down

0 comments on commit 15bb51b

Please sign in to comment.