mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-16 20:21:35 +00:00
refactor: remove Ctx field from git.Repository (#38500)
This commit is contained in:
@@ -278,7 +278,7 @@ func alterRepositoryContent(ctx context.Context, doer *user_model.User, repo *re
|
||||
return err
|
||||
}
|
||||
|
||||
commit, err := t.GetBranchCommit(repo.DefaultBranch)
|
||||
commit, err := t.GetBranchCommit(ctx, repo.DefaultBranch)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user