Skip to content

Commit 5b8240b

Browse files
committed
tweak interface conversion
1 parent 016cf5c commit 5b8240b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irc/webpush/webpush.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func convertUrgency(u Urgency) webpush.Urgency {
6464
}
6565
}
6666

67-
var httpClient = makeExternalOnlyClient()
67+
var httpClient webpush.HTTPClient = makeExternalOnlyClient()
6868

6969
var (
7070
Err404 = errors.New("endpoint returned a 404, indicating that the push subscription is no longer valid")

0 commit comments

Comments
 (0)