mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
Fix typos
This commit is contained in:
parent
f327c0da24
commit
689837b63a
|
@ -37,7 +37,7 @@ func LikeActivity(ctx *context.APIContext, form any, repositoryID int64) (int, s
|
|||
}
|
||||
federationHost, err := forgefed.FindFederationHostByFqdn(ctx, rawActorID.Host)
|
||||
if err != nil {
|
||||
return http.StatusInternalServerError, "Could not loading FederationHost", err
|
||||
return http.StatusInternalServerError, "Could not load FederationHost", err
|
||||
}
|
||||
if federationHost == nil {
|
||||
result, err := CreateFederationHostFromAP(ctx, rawActorID)
|
||||
|
|
Loading…
Reference in a new issue