api: standardise strip fn names
This commit is contained in:
@@ -102,7 +102,7 @@ func commentListHandler(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
domain := stripDomain(*x.Domain)
|
||||
domain := domainStrip(*x.Domain)
|
||||
path := *x.Path
|
||||
|
||||
d, err := domainGet(domain)
|
||||
|
||||
Reference in New Issue
Block a user