Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Aug 16, 2023
1 parent 5498b97 commit e871b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function handleHttpRequest(request, context) {
// message: `Total number of records: ${totalCount}`,
// });

const content = JSON.stringify(context, null, 2);
const content = JSON.stringify(_context, null, 2);

const response = new Response(content, {
headers: {
Expand Down

0 comments on commit e871b2d

Please sign in to comment.