mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 02:56:08 +01:00
Fix the inefficient query.
This commit is contained in:
@@ -74,7 +74,6 @@ trait IssuesService {
|
||||
.map { case (labelName, t) =>
|
||||
labelName ~ t.length
|
||||
}
|
||||
.list
|
||||
.toMap
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user