ts issue #2

Merged
Brook-Tewabe-Yaltopia merged 1 commits from main into prod 2026-04-17 11:59:39 +03:00
Showing only changes of commit 8d1d51b879 - Show all commits

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,