Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jyx04 authored Jun 9, 2024
1 parent 4f9c438 commit a4b3578
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _worker.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
addEventListener('fetch', event => {
event.respondWith(handleRequest(event.request));
});
// @ts-ignoreaddEventListener('fetch', event => {
event.respondWith(handleRequest(event.request));
});
// @ts-ignore
const KV =oai_global_variables;
Expand Down

0 comments on commit a4b3578

Please sign in to comment.