diff --git a/index.js b/index.js index fe23256..0177f65 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,7 @@ const startup = async () => { console.log(sock.amiVersion) sock.getList({ action: 'DBGetTree', - category: 'CF' + family: 'CF' }).then(async (response) => { console.log(response) })