ServiceWorker: p --> path

sw-index-revalidate
Alex Gleason 2022-06-28 15:18:05 -05:00
rodzic 4b1c5eb0e8
commit 0536f1e43a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ module.exports = merge(sharedConfig, {
];
if (pathname) {
return backendRoutes.some(p => pathname.startsWith(p));
return backendRoutes.some(path => pathname.startsWith(path));
} else {
return false;
}