Skip to content

Commit bad2233

Browse files
committed
Fixes #493
1 parent 5d60587 commit bad2233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elastichq/api/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get(self, cluster_name, node_ids=None):
1717
both the info and stats APIs.
1818
"""
1919

20-
response = NodeService().get_node_summary(cluster_name, node_ids)
20+
response = NodeService().get_node_summary(cluster_name)
2121
return APIResponse(response, HTTP_Status.OK, None)
2222

2323

0 commit comments

Comments
 (0)