fixed the end time issue to saveuseritinerary
This commit is contained in:
@@ -805,13 +805,6 @@ export class ItineraryService {
|
||||
mismatchReasons.push('start_time_mismatch');
|
||||
}
|
||||
|
||||
if (
|
||||
requestedEndTime &&
|
||||
normalizedSlotEndTime !== requestedEndTime
|
||||
) {
|
||||
mismatchReasons.push('end_time_mismatch');
|
||||
}
|
||||
|
||||
return {
|
||||
slotId: slot.id,
|
||||
occurenceDate: startOfDay(slotDate),
|
||||
|
||||
Reference in New Issue
Block a user