From 68e507e8d6c52609b42d6a176a3f2366dbb343e7 Mon Sep 17 00:00:00 2001 From: "prettier-toc-me[bot]" <56236715+prettier-toc-me[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:40:04 +0000 Subject: [PATCH] docs: update ToC for README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aab44ccb5..565168afd 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ app.webhooks.on("issues.opened", async ({ octokit, payload }) => { repo: payload.repository.name, issue_number: payload.issue.number, body: "Hello World!", - }, + } ); }); @@ -413,7 +413,7 @@ function onUnhandledRequest(request, response) { response.end( JSON.stringify({ error: error.message, - }), + }) ); } ```