Skip to content

Commit 77385e5

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3a47954 commit 77385e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/report/src-curent/config/report-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface AgentOwnershipDistribution {
4242
export type AgentOwnershipBucket = "ownerAndSponsor" | "ownerOnly" | "sponsorOnly" | "neither";
4343

4444
export interface AgentOwnershipEntry {
45-
displayName: string;
45+
displayName: string | null;
4646
accountEnabled: boolean;
4747
}
4848

0 commit comments

Comments
 (0)