From 81bea0261eb5197b54a4af0a505dd06b2f6a5ba1 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 3 Apr 2024 17:14:16 -0600 Subject: [PATCH] WHOOPS --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8fbce10..d1c713f 100644 --- a/index.js +++ b/index.js @@ -749,7 +749,7 @@ dcClient.on('ready', async () => { }); -sshConn.on('ready', () => { +sshConn.on('ready', await () => { sendLog(`${colors.cyan("[INFO]")} SSH connection established`); console.log("Reloading PBX") reload().then((result) => {