Streamer fix.

This commit is contained in:
ravinsp
2021-11-17 16:52:31 +05:30
parent 1cdec2f9fa
commit 6d158a9583

View File

@@ -179,7 +179,7 @@ async function streamCluster(cluster) {
host = parts[0];
port = parseInt(parts[1]);
}
streamNode(cluster.name, (idx + 1), host, cluster.userPort);
streamNode(cluster.name, (idx + 1), host, port);
});
}