Skip to content

Commit 9cc6656

Browse files
committed
missing option
1 parent a65e28f commit 9cc6656

File tree

1 file changed

+1
-1
lines changed
  • services/speech_to_text

1 file changed

+1
-1
lines changed

services/speech_to_text/v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ module.exports = function (RED) {
373373
});
374374
}
375375

376-
function processSTTSocketStart(initialConnnect) {
376+
function processSTTSocketStart(initialConnect) {
377377
var p = new Promise(function resolver(resolve, reject) {
378378
var model = config.lang + '_' + config.band;
379379
var wsURI = '';

0 commit comments

Comments
 (0)