CASH-845 restore handle-heritage-return completely

This commit is contained in:
AdamCaouetteSafelite 2025-07-03 14:46:48 -04:00
parent 76d67981f6
commit 13b8e7f737

View file

@ -11,6 +11,6 @@ export async function handleHeritageReturn(to, from) {
await consumeReferralQuerystrings();
// load session with new cookie
await loadSessionIfPresent(true, routeData.SCHEDULE.name);
await loadSessionIfPresent(true, routeData.SERVICE_LOCATION.name);
}
}