commit
c3a37e7c5e
|
|
@ -57,6 +57,7 @@ export function mapApiRoomToRoom(r: ApiHotelRoom): Room {
|
||||||
return {
|
return {
|
||||||
id: r.id,
|
id: r.id,
|
||||||
name: r.name,
|
name: r.name,
|
||||||
|
imageKeys: [],
|
||||||
roomTypeSlug: r.roomType,
|
roomTypeSlug: r.roomType,
|
||||||
maxGuests: r.maxGuests,
|
maxGuests: r.maxGuests,
|
||||||
baseRate: Number.isFinite(rate) ? rate : 0,
|
baseRate: Number.isFinite(rate) ? rate : 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user