Fix debug

This commit is contained in:
Christopher Cookman 2025-05-24 14:09:07 -06:00
parent a87e1c92d5
commit a7f52bb195

View file

@ -21,7 +21,7 @@ const fpbx = new FreepbxManager({
fpbx.listExtensions()
.then((extensions) => {
console.log(extensions);
console.log(JSON.stringify(extensions, null, 2));
})
.catch((err) => {
console.error(err);