1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-26 16:26:20 +02:00
This commit is contained in:
Zettat123 2024-03-28 18:48:08 +08:00
parent 2dd4ee511e
commit 3b432202ce

View File

@ -194,10 +194,7 @@ func (status *CommitStatus) loadAttributes(ctx context.Context) (err error) {
if err := status.loadRepository(ctx); err != nil {
return err
}
if err := status.loadCreator(ctx); err != nil {
return err
}
return nil
return status.loadCreator(ctx)
}
// APIURL returns the absolute APIURL to this commit-status.