1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2022-05-12 12:28:39 -05:00
committed by GitHub

View File

@@ -457,7 +457,7 @@ var makePre = function (req, postBody) {
}
return {
ModuleVersion: 'sigsci-module-nodejs ' + module.version,
ModuleVersion: 'sigsci-module-nodejs 2.1.1',
ServerVersion: 'nodejs ' + process.version,
ServerFlavor: '',
ServerName: req.headers.host, // TBD vs. require('os').hostname(); ? why include at all