Merge pull request #3081 from Safelite/feature/CASH-2378

CASH-2378 - remove hard coded values
This commit is contained in:
AdamCaouetteSafelite 2026-03-04 15:02:08 -05:00 committed by GitHub
commit 1f2c22dfc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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();