Skip to content

Commit 63204b8

Browse files
committed
Change Platform to "nodejs"
1 parent 4f9c3c5 commit 63204b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module.exports.getPostBody = function getPostBody(messages) {
147147
AppName: CONFIG.APPNAME,
148148
AppLoc: process.env.PWD,
149149
Logger: CONFIG.LOGGER_VERSION,
150-
Platform: 'Node.js',
150+
Platform: 'nodejs',
151151
Msgs : messages
152152
};
153153
};
@@ -206,4 +206,4 @@ module.exports.getPostData = function getPostData (req) {
206206
});
207207
}
208208
}());
209-
};
209+
};

0 commit comments

Comments
 (0)