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 39d684e commit 508ed0eCopy full SHA for 508ed0e
1 file changed
chronos_npm_package/controllers/healthHelpers.js
@@ -199,7 +199,6 @@ healthHelpers.collectHealthData = async() => {
199
*/
200
await si.inetLatency()
201
.then(data => {
202
- const siMethodName = 'inetLatency';
203
healthDataCollection.push({
204
metric: 'latency',
205
value: data,
0 commit comments