Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove server global.version that is not existant
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Perata committed Sep 26, 2018
1 parent 079d9d3 commit 27ae690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/node-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class NodeManager {
}

// Capture the connection
BstStatistics.instance().record(BstCommand.proxy, BstEvent.connect, node.id, Global.version());
BstStatistics.instance().record(BstCommand.proxy, BstEvent.connect, node.id);
} else if (strMessage === Global.KeepAliveMessage) {
NodeManager.onKeepAliveReceived(node);

Expand Down

0 comments on commit 27ae690

Please sign in to comment.