mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 22:06:07 +02:00
eslint
This commit is contained in:
@@ -31,13 +31,13 @@ infoController.get = function (req, res) {
|
||||
}
|
||||
return 0;
|
||||
});
|
||||
res.render('admin/development/info', {
|
||||
info: data,
|
||||
infoJSON: JSON.stringify(data, null, 4),
|
||||
host: os.hostname(),
|
||||
res.render('admin/development/info', {
|
||||
info: data,
|
||||
infoJSON: JSON.stringify(data, null, 4),
|
||||
host: os.hostname(),
|
||||
port: nconf.get('port'),
|
||||
nodeCount: data.length,
|
||||
timeout: timeoutMS
|
||||
timeout: timeoutMS,
|
||||
});
|
||||
}, timeoutMS);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user