mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Comment out fetch handler
This commit is contained in:
parent
b2eb20ecd3
commit
897c8343fb
1 changed files with 4 additions and 4 deletions
|
|
@ -179,8 +179,8 @@
|
|||
ev.waitUntil(handler)
|
||||
})
|
||||
|
||||
globalApi.addEventListener('fetch', (ev) => {
|
||||
const handler = handleFetchRequest(ev)
|
||||
ev.respondWith(handler)
|
||||
})
|
||||
// globalApi.addEventListener('fetch', (ev) => {
|
||||
// const handler = handleFetchRequest(ev)
|
||||
// ev.respondWith(handler)
|
||||
// })
|
||||
})()
|
||||
|
|
|
|||
Loading…
Reference in a new issue