Skip to content

Commit

Permalink
make seatReservationTypes nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Mar 4, 2025
1 parent ff2c387 commit edde7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/modules/enrollment/typedefs/enrollment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default gql`
sectionNumber: SectionNumber!
"Attributes"
seatReservationTypes: [SeatReservationType!]!
seatReservationTypes: [SeatReservationType!]
history: [EnrollmentSingular!]!
latest: EnrollmentSingular
}
Expand Down

0 comments on commit edde7ec

Please sign in to comment.