Skip to content

Commit 52168ff

Browse files
snomiaoCopilot
andauthored
Update run/easylabel.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 82fbdc2 commit 52168ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/easylabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export async function processIssueCommentForLableops({
167167
if (comment === target) {
168168
await gh.reactions.createForIssueComment({
169169
...parseIssueUrl(issue.html_url),
170-
comment_id: comment!.id,
170+
comment_id: comment.id,
171171
content: "eyes",
172172
});
173173
} else {

0 commit comments

Comments
 (0)