mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-06 10:38:23 +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