mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 19:45:57 +01:00
Fix the merge mistake.
This commit is contained in:
@@ -173,9 +173,6 @@ trait IssuesService {
|
|||||||
def registerIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int): Unit =
|
def registerIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int): Unit =
|
||||||
IssueLabels.* insert (IssueLabel(owner, repository, issueId, labelId))
|
IssueLabels.* insert (IssueLabel(owner, repository, issueId, labelId))
|
||||||
|
|
||||||
def registerIssueLabel(owner: String, repository: String, issueId: Int, labelId: Int): Unit =
|
|
||||||
IssueLabels.* insert (IssueLabel(owner, repository, issueId, labelId))
|
|
||||||
|
|
||||||
def createComment(owner: String, repository: String, loginUser: String,
|
def createComment(owner: String, repository: String, loginUser: String,
|
||||||
issueId: Int, content: String, action: Option[String]) =
|
issueId: Int, content: String, action: Option[String]) =
|
||||||
IssueComments.autoInc insert (
|
IssueComments.autoInc insert (
|
||||||
|
|||||||
Reference in New Issue
Block a user