mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-07-18 15:37:48 +00:00
fix like target
This commit is contained in:
parent
e2b11b93bc
commit
2ad685fd2c
2 changed files with 4 additions and 5 deletions
|
|
@ -8,7 +8,6 @@ import (
|
|||
"net/url"
|
||||
"strings"
|
||||
|
||||
"code.gitea.io/gitea/modules/log"
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
"code.gitea.io/gitea/modules/validation"
|
||||
|
||||
|
|
@ -179,8 +178,6 @@ func removeEmptyStrings(ls []string) []string {
|
|||
|
||||
func newActorID(uri string) (ActorID, error) {
|
||||
validatedURI, err := url.ParseRequestURI(uri)
|
||||
log.Info("Validated URI is: %v", validatedURI)
|
||||
log.Info("Input is: %v", validatedURI)
|
||||
if err != nil {
|
||||
return ActorID{}, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue