Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit b16c6dd

Browse files
committed
add break statement
1 parent 08d3c9a commit b16c6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/comment-handler-sizes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const postCommentToPullRequest = async (
5353
comment.user?.login === "slsnextbot"
5454
) {
5555
existingCommentId = comment.id;
56+
break;
5657
}
5758
}
5859

0 commit comments

Comments
 (0)