mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:46:15 -06:00
shutup stinky linter
This commit is contained in:
parent
611f5f790e
commit
672143a718
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue