mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +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
|
||||
}
|
||||
|
||||
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)
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue