mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix bug in Action.loadRepo() (#1959)
This commit is contained in:
parent
0168b7073d
commit
96152c38b1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ func (a *Action) loadActUser() {
|
|||
}
|
||||
|
||||
func (a *Action) loadRepo() {
|
||||
if a.ActUser != nil {
|
||||
if a.Repo != nil {
|
||||
return
|
||||
}
|
||||
var err error
|
||||
|
|
Loading…
Reference in a new issue