mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-13 05:11:20 +01:00
Remove todo
This commit is contained in:
parent
54ef78034e
commit
085db0c127
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ func (a ActorID) GetUserId() int {
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a ActorID) GetNormalizedUri() string { // ToDo: Port might be empty
|
func (a ActorID) GetNormalizedUri() string {
|
||||||
result := fmt.Sprintf("%s://%s:%s/%s/%s", a.schema, a.host, a.port, a.path, a.userId)
|
result := fmt.Sprintf("%s://%s:%s/%s/%s", a.schema, a.host, a.port, a.path, a.userId)
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue