Skip to content

Commit

Permalink
fix: update env script
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Jan 4, 2025
1 parent f8c0be9 commit 60ee890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/issue-scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function onRequest(ctx: Context): Promise<Response> {
status: 200,
});
}
return new Response("GET request", {
return new Response("GET request without key", {
headers: corsHeaders,
status: 200,
});
Expand Down

0 comments on commit 60ee890

Please sign in to comment.