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