CASH-1790 remove forgotten debugger

This commit is contained in:
Adam Caouette 2026-01-26 10:21:50 -05:00
parent c7be5b6962
commit 3fcb608bb2

View file

@ -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 = {