mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-02 18:17:09 +08:00
Improve issues.LoadProject (#22982)
issues.LoadProject() is no use change `issues.loadProject(ctx)` to issues.LoadProject(ctx)
This commit is contained in:
@ -347,7 +347,7 @@ func (issue *Issue) LoadAttributes(ctx context.Context) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
if err = issue.loadProject(ctx); err != nil {
|
||||
if err = issue.LoadProject(ctx); err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user