Skip to content

Commit

Permalink
funny commit messages included ;)
Browse files Browse the repository at this point in the history
no just a "make fmt"
  • Loading branch information
6543 committed Nov 4, 2019
1 parent 13b5cef commit ffb31cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/issue_reaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (opts *FindReactionsOptions) toConds() builder.Cond {
//FindReactions returns Reactions based
func FindReactions(comment *Comment) (ReactionList, error) {
return findReactions(x, FindReactionsOptions{
IssueID: comment.IssueID,
IssueID: comment.IssueID,
CommentID: comment.ID})
}

Expand Down

0 comments on commit ffb31cd

Please sign in to comment.