We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a0882 commit 96d45c2Copy full SHA for 96d45c2
src/web-push-lib.js
@@ -197,7 +197,7 @@ WebPushLib.prototype.generateRequestDetails =
197
if (isGCM) {
198
if (!currentGCMAPIKey) {
199
console.warn('Attempt to send push notification to GCM endpoint, ' +
200
- 'but no GCM key is defined'.bold.red);
+ 'but no GCM key is defined');
201
} else {
202
requestDetails.headers.Authorization = 'key=' + currentGCMAPIKey;
203
}
0 commit comments