This commit is contained in:
Frank 2025-08-27 16:30:04 -04:00
parent 4059565b18
commit 9eb5305f78

View file

@ -184,7 +184,6 @@ function defineReviewCommentMode() {
await rest.pulls.updateReviewComment({
owner: Context.repo().owner,
repo: Context.repo().repo,
pull_number: mode.entity().number,
comment_id: commentId,
body,
})