Merged in feat/SW-1333-hotel-endpoint (pull request #1206)
Feat(SW-133): Add additionalData endpoint Approved-by: Erik Tiekstra Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -146,7 +146,7 @@ export const bookingQueryRouter = router({
|
||||
included: hotelData.included,
|
||||
},
|
||||
room: getBookedHotelRoom(
|
||||
hotelData.included?.rooms,
|
||||
hotelData.included.rooms,
|
||||
booking.data.roomTypeCode
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user