Skip to content

Commit

Permalink
Remove reservations list in Event
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffplays2005 committed Jul 29, 2024
1 parent 1e7784b commit 38d5f15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/src/data-layer/models/firebase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,4 @@ export interface Event {
* @example 30
*/
max_occupancy?: number
/**
* Subcollection of EventReservation interface.
* Holds the members that made a reservation to this event
*/
reservations: EventReservation[]
}

0 comments on commit 38d5f15

Please sign in to comment.