Skip to content

Commit d670a3c

Browse files
6543axifive
andauthored
use `
Co-Authored-By: Alexey 〒erentyev <axifnx@gmail.com>
1 parent e02cbe8 commit d670a3c

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
@@ -69,7 +69,7 @@ func findReactions(e Engine, opts FindReactionsOptions) ([]*Reaction, error) {
6969
reactions := make([]*Reaction, 0, 10)
7070
sess := e.Where(opts.toConds())
7171
return reactions, sess.
72-
In("reaction.type", setting.UI.Reactions).
72+
In("reaction.`type`", setting.UI.Reactions).
7373
Asc("reaction.issue_id", "reaction.comment_id", "reaction.created_unix", "reaction.id").
7474
Find(&reactions)
7575
}

0 commit comments

Comments
 (0)