mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
(refs #341)Fix compilation error other than date mapping and delete statement
This commit is contained in:
@@ -96,7 +96,7 @@ trait IssuesService {
|
||||
t.userName -> t.repositoryName
|
||||
}
|
||||
.map { case (repo, t) =>
|
||||
repo -> t.length
|
||||
(repo._1, repo._2, t.length)
|
||||
}
|
||||
.sortBy(_._3 desc)
|
||||
.list
|
||||
|
||||
Reference in New Issue
Block a user