Skip to content

Commit

Permalink
Re-add subscriptionId (WIP) #716
Browse files Browse the repository at this point in the history
  • Loading branch information
caebr committed Dec 12, 2024
1 parent 9448a37 commit c1d31b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/events/services/events-students-state.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export type StudentEntries = {

export type StudentEntry = {
id: number;
subscriptionId?: number;
firstName: string;
lastName: string;
email?: string;
Expand Down

0 comments on commit c1d31b6

Please sign in to comment.