Skip to content

Commit 3721969

Browse files
author
Matt Gaunt
committed
Changes to new API surface for sendNotification
1 parent 369e6e6 commit 3721969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/web-push.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const key = argv.key;
1919
const ttl = argv.ttl || 0;
2020
const payload = argv.payload || '';
2121
const auth = argv.auth || null;
22+
2223
const vapidAudience = argv['vapid-audience'] || null;
2324
const vapidSubject = argv['vapid-subject'] || null;
2425
const vapidPubKey = argv['vapid-pubkey'] || null;

0 commit comments

Comments
 (0)