This commit is contained in:
Daniel Ponte 2025-02-01 21:26:32 -05:00
parent 40ca650895
commit f6ea4a4753
2 changed files with 7 additions and 8 deletions

View file

@ -106,7 +106,6 @@ func respondShareHandler(ie EntityFunc) ShareHandlerFunc {
} }
} }
func newShareAPI(baseURL *url.URL, shnd ShareHandlers) *shareAPI { func newShareAPI(baseURL *url.URL, shnd ShareHandlers) *shareAPI {
return &shareAPI{ return &shareAPI{
baseURL: baseURL, baseURL: baseURL,