fix: fixed voice typo

This commit is contained in:
Rushil Umaretiya 2023-03-05 06:15:37 -05:00
parent 2e45af7587
commit a38b84a84c

View File

@ -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."
);