From 84c8c5c6e65d1983e47ba787696038c4bc0647fa Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 28 Oct 2025 07:31:15 -0600 Subject: [PATCH] Try again? --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) })