ts issue
This commit is contained in:
parent
4386b6100e
commit
8d1d51b879
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user