Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeremy-Z 2026-07-01 13:27:30 -04:00 committed by GitHub
parent 6c14ac36d0
commit 0379010c1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,7 @@ router.afterEach(async (to, from) => {
);
if (from.name !== undefined && !skipSaveSession && !store.hasSubmittedOrder()) {
await saveSession({ bailoutOnError: false});
await saveSession({ bailoutOnError: false });
}
document.title = routerTitles[to.query.issPage] || 'Safelite Solutions®';