Skip to content

Commit

Permalink
Last word on trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Jul 6, 2023
1 parent 9cd322b commit 52a6ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ const { lastIssues } = await octokit.graphql(
{
owner: "octokit",
repo: "graphql.js",
}
},
);
```

Expand All @@ -641,7 +641,7 @@ await octokit.graphql(
mediaType: {
previews: ["bane"],
},
}
},
);
```

Expand Down Expand Up @@ -790,7 +790,7 @@ const { token } = await app.oauth.createToken({
async onVerification(verification) {
await sendMessageToUser(
request.body.phoneNumber,
`Your code is ${verification.user_code}. Enter it at ${verification.verification_uri}`
`Your code is ${verification.user_code}. Enter it at ${verification.verification_uri}`,
);
},
});
Expand Down

0 comments on commit 52a6ae0

Please sign in to comment.