CASH-2378 - remove hard coded values

This commit is contained in:
Adam Caouette 2026-03-04 14:47:28 -05:00
parent e5b00fde3e
commit 4b3c80c62b

View file

@ -2102,11 +2102,6 @@ export default {
experimentSettings.SHOW_MULTI_LOCATION_APPT
);
// temp vars to use for testing; TO BE REMOVED
maxDayRangeToShowPmTimeslot = 2;
maxDayRangeToShowNoPmTimeslot = 2;
maxDayRangeToShowAnyTimeslot = 5;
let promotedMobileAppointment = null;
let promotedInshopAppointment = null;
const todaysDate = getTodayDate();