increase json limit
This commit is contained in:
@@ -64,7 +64,6 @@ export class PackageMapper {
|
||||
}
|
||||
|
||||
private mapHotelSchedule(hotelSchedule: HotelSchedule): PackageHotelResponse {
|
||||
console.log(hotelSchedule.checkIn);
|
||||
const checkIn = dateFns.parse(hotelSchedule.checkIn, "H:mm:ss", new Date());
|
||||
|
||||
const checkOut = dateFns.parse(
|
||||
|
||||
Reference in New Issue
Block a user