0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-11 18:24:22 -04:00
This commit is contained in:
Andrew Thornton
2019-12-16 22:05:31 +00:00
parent cc123c3448
commit 1013ced326
4 changed files with 12 additions and 6 deletions

View File

@@ -1090,5 +1090,5 @@ func NewServices() {
newMigrationsService()
newIndexerService()
newTaskService()
newQueueService()
NewQueueService()
}