fix comment

This commit is contained in:
2026-02-24 08:02:00 -08:00
parent af1c35b618
commit e9c999c7b5

View File

@@ -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