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

Commit 8427329

Browse files
committed
fix undeclared var
1 parent 5815bdc commit 8427329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const eventStreamMarshaller = new marshaller.EventStreamMarshaller(util_utf8_nod
1010

1111
// our global variables for managing state
1212
let languageCode;
13+
let region;
1314
let sampleRate;
1415
let transcription = "";
1516
let socket;

0 commit comments

Comments
 (0)