From e9c999c7b50c9196bbf393b488eadb130310278e Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Tue, 24 Feb 2026 08:02:00 -0800 Subject: [PATCH] fix comment --- pkg/api/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/router.go b/pkg/api/router.go index c0f4792..718fe67 100644 --- a/pkg/api/router.go +++ b/pkg/api/router.go @@ -67,7 +67,7 @@ func WithStorageUrl(storageUrl string) Option { } } -// WithStorageUrl sets the data gRPC client +// WithHttpClient sets the data http client func WithHttpClient(httpClient *http.Client) Option { return func(cfg *RouterConfig) { cfg.httpClient = httpClient