This commit is contained in:
brooktewabe 2026-04-17 11:58:41 +03:00
parent 4386b6100e
commit 8d1d51b879

View File

@ -57,6 +57,7 @@ export function mapApiRoomToRoom(r: ApiHotelRoom): Room {
return {
id: r.id,
name: r.name,
imageKeys: [],
roomTypeSlug: r.roomType,
maxGuests: r.maxGuests,
baseRate: Number.isFinite(rate) ? rate : 0,