From 672143a718d20afe57bbf734dbaeffa02055126b Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 27 Jan 2025 14:45:29 +0000 Subject: [PATCH] shutup stinky linter --- internal/webpush/sender.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/webpush/sender.go b/internal/webpush/sender.go index 32931561a..060118019 100644 --- a/internal/webpush/sender.go +++ b/internal/webpush/sender.go @@ -59,7 +59,7 @@ func NewSender(httpClient *httpclient.Client, state *state.State, converter *typ } // an internal function purely existing for the webpush test package to link to and use a custom http.Client{}. -func newSenderWith(client *http.Client, state *state.State, converter *typeutils.Converter) Sender { +func newSenderWith(client *http.Client, state *state.State, converter *typeutils.Converter) Sender { //nolint:unused return &realSender{ httpClient: client, state: state,