Remove incorrect "db.DefaultContext" usages (#35366)
This commit is contained in:
@@ -30,7 +30,7 @@ func Init() error {
|
||||
return err
|
||||
}
|
||||
|
||||
go populateRepoIndexer(db.DefaultContext)
|
||||
go populateRepoIndexer(graceful.GetManager().ShutdownContext())
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user