SeatSelection page
This commit is contained in:
@@ -92,12 +92,12 @@ band.get("/:name", (req: Request, res: Response) => {
|
||||
}
|
||||
],
|
||||
attributes: {
|
||||
exclude: [ "id", "tourId", "locationId" ]
|
||||
exclude: [ "tourId", "locationId" ]
|
||||
}
|
||||
}
|
||||
],
|
||||
attributes: {
|
||||
exclude: [ "id", "bandId" ]
|
||||
exclude: [ "bandId" ]
|
||||
}
|
||||
},
|
||||
Genre
|
||||
|
||||
Reference in New Issue
Block a user