From a38b84a84ca1ec3c7939d4a4bd347faa997e9a15 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Sun, 5 Mar 2023 06:15:37 -0500 Subject: [PATCH] fix: fixed voice typo --- src/api/call.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/call.js b/src/api/call.js index 35cb6ec..a22bffd 100644 --- a/src/api/call.js +++ b/src/api/call.js @@ -72,7 +72,7 @@ app.post("/respond", async (req, res) => { transferSession(req.body.CallSid, operatorPhone); twiml.say( - { voice: "Polly.Sali" }, + { voice: "Polly.Salli" }, "We're connecting you to a counselor now." );