appease linter

This commit is contained in:
Eli Reisman
2024-06-04 11:50:21 -07:00
parent 97c6dd59c3
commit df1ca890c5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export async function commentPr(
return
}
let commentBody = `${commentContent}\n\n${COMMENT_MARKER}`
const commentBody = `${commentContent}\n\n${COMMENT_MARKER}`
try {
const existingCommentId = await findCommentByMarker(COMMENT_MARKER)