We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016cf5c commit 5b8240bCopy full SHA for 5b8240b
irc/webpush/webpush.go
@@ -64,7 +64,7 @@ func convertUrgency(u Urgency) webpush.Urgency {
64
}
65
66
67
-var httpClient = makeExternalOnlyClient()
+var httpClient webpush.HTTPClient = makeExternalOnlyClient()
68
69
var (
70
Err404 = errors.New("endpoint returned a 404, indicating that the push subscription is no longer valid")
0 commit comments