Skip to content

Commit 0ef0c51

Browse files
committed
Fix unnecessary changes
1 parent 699bd93 commit 0ef0c51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/issues/issue.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ func (issue *Issue) loadReactions(ctx context.Context) (err error) {
302302
comment.Reactions = append(comment.Reactions, react)
303303
}
304304
}
305-
issue.Reactions = reactions
306305
return nil
307306
}
308307

0 commit comments

Comments
 (0)