mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-08 05:40:17 -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);
|
transferSession(req.body.CallSid, operatorPhone);
|
||||||
twiml.say(
|
twiml.say(
|
||||||
{ voice: "Polly.Sali" },
|
{ voice: "Polly.Salli" },
|
||||||
"We're connecting you to a counselor now."
|
"We're connecting you to a counselor now."
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user