Skip to content

Commit b5fc4f3

Browse files
Merge pull request #1 from developeranaz/developeranaz-patch-1-working-fine
Update worker.js
2 parents 9407bf4 + 5f9083c commit b5fc4f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ addEventListener('fetch', event => {
44

55
async function handleRequest(request) {
66
// Get the unique ID from the request URL
7+
// This commit is compleatly working fine with minimal fewatures
78
const url = new URL(request.url);
89
const id = url.searchParams.get("id");
910
// Get the list of URLs from the raw text file

0 commit comments

Comments
 (0)