From 023863b2258df2c636eb0e9514162080cd264431 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 18 Aug 2024 01:35:25 -0600 Subject: [PATCH] Fix that lol --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c8da7b9..e99476e 100644 --- a/index.js +++ b/index.js @@ -159,7 +159,7 @@ function sendAlert(accountNumber, transaction, placeName, systemName, zoneNumber console.error(err); } else if (row) { runCommand(`/var/lib/asterisk/bin/originate ${row.phone} roblox.s.1 0 0 /tmp/${transaction}-alert "IktDQSBTZWN1cmlOZXQiIDwxNDQ3MjAwNDQ4OD4="`).then(() => { - console.log(`TTS sent to ${row.to}`); + console.log(`Alert sent to ${row.phone}`); }).catch((error) => { console.error(error); });