mirror of
https://github.com/go-gitea/gitea
synced 2025-08-29 12:58:29 +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