Remove incorrect "db.DefaultContext" usages (#35366)

This commit is contained in:
wxiaoguang
2025-08-28 11:52:43 +08:00
committed by GitHub
parent 7aef7ea2d4
commit 0cbaa0b662
256 changed files with 1951 additions and 2098 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ func Init() error {
return err
}
go populateRepoIndexer(db.DefaultContext)
go populateRepoIndexer(graceful.GetManager().ShutdownContext())
return nil
}