refactor: modernize code to ES2020 (#220)

This commit is contained in:
Naoki Oketani
2025-05-03 04:08:29 +00:00
parent a08099359e
commit 2af7795f4f
5 changed files with 42 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ export async function createComment(
prNumber: number,
body: string
): Promise<void> {
octokit.issues.createComment({
await octokit.issues.createComment({
owner,
repo,
issue_number: prNumber,