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 4f9c3c5 commit 63204b8Copy full SHA for 63204b8
lib/helpers.js
@@ -147,7 +147,7 @@ module.exports.getPostBody = function getPostBody(messages) {
147
AppName: CONFIG.APPNAME,
148
AppLoc: process.env.PWD,
149
Logger: CONFIG.LOGGER_VERSION,
150
- Platform: 'Node.js',
+ Platform: 'nodejs',
151
Msgs : messages
152
};
153
@@ -206,4 +206,4 @@ module.exports.getPostData = function getPostData (req) {
206
});
207
}
208
}());
209
-};
+};
0 commit comments