CASH-1790 remove forgotten debugger
This commit is contained in:
parent
190876e610
commit
80a6fada8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1646,7 +1646,7 @@ export default {
|
|||
isPremiumAppointment: null,
|
||||
};
|
||||
},
|
||||
updateTimeSlot(timeSlotObj) { debugger; // eslint-disable-line no-debugger
|
||||
updateTimeSlot(timeSlotObj) {
|
||||
if (!timeSlotObj?.routeCode) {
|
||||
this.appointmentType = AppointmentTypeStrings.IN_SHOP_OR_DROP_OFF;
|
||||
this.selectedTimeSlotInfo = this.getEmptyTimeSlot();
|
||||
|
|
|
|||
Loading…
Reference in a new issue