fix: use room.description instead of mainBed.description
This commit is contained in:
@@ -614,7 +614,7 @@ export const hotelQueryRouter = router({
|
|||||||
|
|
||||||
if (matchingRoom) {
|
if (matchingRoom) {
|
||||||
return {
|
return {
|
||||||
description: matchingRoom.mainBed.description,
|
description: matchingRoom.description,
|
||||||
size: matchingRoom.mainBed.widthRange,
|
size: matchingRoom.mainBed.widthRange,
|
||||||
value: matchingRoom.code,
|
value: matchingRoom.code,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user