mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-06 04:50:16 -04:00
fix: fixed voice typo
This commit is contained in:
parent
2e45af7587
commit
a38b84a84c
|
@ -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."
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user