Remove comment

This commit is contained in:
RMidhunSuresh 2022-04-21 14:46:55 +05:30
parent 4f23944581
commit b6e55ef59c
1 changed files with 0 additions and 3 deletions

View File

@ -76,9 +76,6 @@ self.addEventListener('fetch', (event) => {
*/
if (event.request.method === "GET") {
if (event.request.url.includes("config.json")) {
/**
* Use a different strategy for this file.
*/
event.respondWith(handleConfigRequest(event.request));
} else {
event.respondWith(handleRequest(event.request));