Skip to content

Commit e9c8ab6

Browse files
authored
Actualizar README.md
1 parent 5e8fb22 commit e9c8ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ const app = new App({
816816
oauth: { clientId, clientSecret },
817817
});
818818

819-
app.oauth.on("token.created", async ({ token, octokit }) => {
819+
app.oauth.on("token.created", async ({ token, octokit }) => {091001
820820
await octokit.rest.activity.setRepoSubscription({
821821
owner: "octocat",
822822
repo: "hello-world",

0 commit comments

Comments
 (0)