Skip to content

Commit c648859

Browse files
committed
#3899 typescript fix
1 parent 84f417a commit c648859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/src/types/finance-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface Sponsor {
1010
activeYears: number[];
1111
taxExempt: boolean;
1212
discountCode?: string;
13-
sponsorNotes: string;
13+
sponsorNotes?: string;
1414
sponsorTasks: SponsorTask[];
1515
tier: SponsorTier;
1616
}

0 commit comments

Comments
 (0)