mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
lint fix
This commit is contained in:
parent
9a9ac33766
commit
c4eb763f4a
3 changed files with 7 additions and 7 deletions
|
@ -81,7 +81,7 @@ func (node NodeInfoWellKnown) Validate() []string {
|
|||
return result
|
||||
}
|
||||
|
||||
func (id ActorID) AsWellKnownNodeInfoUri() string {
|
||||
func (id ActorID) AsWellKnownNodeInfoURI() string {
|
||||
wellKnownPath := ".well-known/nodeinfo"
|
||||
var result string
|
||||
if id.Port == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue