(refs #341)Fix compilation error other than date mapping and delete statement

This commit is contained in:
Naoki Takezoe
2014-07-06 13:07:05 +09:00
parent 259bcfc14f
commit 32897c36f9
8 changed files with 19 additions and 16 deletions

View File

@@ -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