mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05:50 +01:00
(api-support)fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ trait IssuesService {
|
||||
|
||||
def getCommentsForApi(owner: String, repository: String, issueId: Int)(implicit s: Session) =
|
||||
IssueComments.filter(_.byIssue(owner, repository, issueId))
|
||||
.filter(_.action inSetBind Set("commant" , "close_comment", "reopen_comment"))
|
||||
.filter(_.action inSetBind Set("comment" , "close_comment", "reopen_comment"))
|
||||
.innerJoin(Accounts).on( (t1, t2) => t1.userName === t2.userName )
|
||||
.list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user