Fix the inefficient query.

This commit is contained in:
shimamoto
2013-07-03 14:01:20 +09:00
parent aca64cf45d
commit 606e5e6e76
5 changed files with 15 additions and 19 deletions

View File

@@ -74,7 +74,6 @@ trait IssuesService {
.map { case (labelName, t) =>
labelName ~ t.length
}
.list
.toMap
}