Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit fdcfdae

Browse files
author
Lucas Willering
committed
indenting
1 parent 0dccf58 commit fdcfdae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ function sendTwilioMessage(teneoResponse, res) {
140140
response = twiml.gather({
141141
language: language_STT,
142142
hints: customVocabulary,
143-
input: customInputType,
143+
input: customInputType,
144144
speechTimeout: customTimeout,
145-
speechModel: customSpeechModel,
146-
actionOnEmptyResult : 'true'
145+
speechModel: customSpeechModel,
146+
actionOnEmptyResult : 'true'
147147
});
148148

149149

0 commit comments

Comments
 (0)