Try again?

This commit is contained in:
Christopher Cookman 2025-10-28 07:31:15 -06:00
parent 0a982b0115
commit 84c8c5c6e6

View file

@ -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)
})