Skip to content

Commit

Permalink
docs: update ToC for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prettier-toc-me[bot] committed Jul 5, 2023
1 parent 761de7b commit fdcd870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -89,7 +89,7 @@ app.webhooks.on("issues.opened", async ({ octokit, payload }) => {
repo: payload.repository.name,
issue_number: payload.issue.number,
body: "Hello World!",
},
}
);
});

Expand Down Expand Up @@ -413,7 +413,7 @@ function onUnhandledRequest(request, response) {
response.end(
JSON.stringify({
error: error.message,
}),
})
);
}
```
Expand Down

0 comments on commit fdcd870

Please sign in to comment.