Skip to content

Commit ffb31cd

Browse files
committed
funny commit messages included ;)
no just a "make fmt"
1 parent 13b5cef commit ffb31cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issue_reaction.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (opts *FindReactionsOptions) toConds() builder.Cond {
5050
//FindReactions returns Reactions based
5151
func FindReactions(comment *Comment) (ReactionList, error) {
5252
return findReactions(x, FindReactionsOptions{
53-
IssueID: comment.IssueID,
53+
IssueID: comment.IssueID,
5454
CommentID: comment.ID})
5555
}
5656

0 commit comments

Comments
 (0)