Skip to content

Commit 508ed0e

Browse files
committed
unused variable removed
1 parent 39d684e commit 508ed0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

chronos_npm_package/controllers/healthHelpers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ healthHelpers.collectHealthData = async() => {
199199
*/
200200
await si.inetLatency()
201201
.then(data => {
202-
const siMethodName = 'inetLatency';
203202
healthDataCollection.push({
204203
metric: 'latency',
205204
value: data,

0 commit comments

Comments
 (0)