bump webpush-go to release version
Some checks failed
build / build (push) Has been cancelled
ghcr / Build (push) Has been cancelled

This commit is contained in:
Shivaram Lingamneni 2025-01-16 01:04:37 -05:00
parent b38ca31ced
commit 881f403164
6 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ var (
invalidAuthKeyLength = errors.New("invalid auth key length (must be 16)")
defaultHTTPClient = &http.Client{}
defaultHTTPClient HTTPClient = &http.Client{}
)
// HTTPClient is an interface for sending the notification HTTP request / testing