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