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 3b06f7b commit 1be15ecCopy full SHA for 1be15ec
_tools/newpostcheck.js
@@ -42,7 +42,7 @@ const fetch = require("node-fetch");
42
43
var dataString = JSON.stringify(postData);
44
45
- console.log(dataString);
+ // console.log(dataString);
46
47
var options = {
48
url: 'https://app.webpushr.com/api/v1/notification/send/all',
@@ -52,7 +52,7 @@ const fetch = require("node-fetch");
52
};
53
54
function callback(error, response, body) {
55
- console.log(response.statusCode);
+
56
if (response.statusCode !== 200) {
57
console.log(body);
58
} else {
0 commit comments