diff --git a/server/routers/hotels/query.ts b/server/routers/hotels/query.ts index e91905c6b..4296ed8c0 100644 --- a/server/routers/hotels/query.ts +++ b/server/routers/hotels/query.ts @@ -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, }