dashboard: fix "notZero" param typo of "clusterNode" command in SentinelApiClient (#1155)

This commit is contained in:
agensi 2019-11-13 18:53:07 +08:00 committed by Eric Zhao
parent 9705f54611
commit c03de043af
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ public class SentinelApiClient {
* @return
*/
public List<NodeVo> fetchClusterNodeOfMachine(String ip, int port, boolean includeZero) {
String type = "noZero";
String type = "notZero";
if (includeZero) {
type = "zero";
}