From 71137f3e9a7b1f21abe3ab604ebf0fb0182d46bc Mon Sep 17 00:00:00 2001 From: 2DT Date: Tue, 9 Feb 2021 16:48:15 +0100 Subject: [PATCH] Version is retrieved from the config attribute --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d41ab1b..ebbd5d1 100644 --- a/app.js +++ b/app.js @@ -43,7 +43,7 @@ const report = (crawler) => { nodeStats[node.ip] = { ip: node.ip, location: node.location, - version: node.version, + version: node.config.version, height: node.height } }