CASH-1790 remove forgotten debugger
This commit is contained in:
parent
c7be5b6962
commit
3fcb608bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -1642,7 +1642,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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue