mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-17 08:10:27 +00:00
Remove wrong "git.DefaultContext" (#35364)
This commit is contained in:
@@ -20,5 +20,5 @@ func Migrate(ctx context.Context, x *xorm.Engine) error {
|
||||
}
|
||||
defer release()
|
||||
|
||||
return migrations.Migrate(x)
|
||||
return migrations.Migrate(ctx, x)
|
||||
}
|
||||
|
Reference in New Issue
Block a user