Skip to content

Commit

Permalink
Update function
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Sep 7, 2024
1 parent c2599bb commit 3209b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/ping/[[catchall]].ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ export const onRequestPost: PagesFunction<Env> = async (context) => {
body: JSON.stringify({ role: 'member' })
});
console.debug("ghResponse/status", ghResponse.status);
console.debug("ghResponse/body", await ghResponse.json());
console.debug("ghResponse/body", await ghResponse.text());
return new Response(null, { status: ghResponse.status });
};

0 comments on commit 3209b09

Please sign in to comment.