close GoogleProvider function
This commit is contained in:
parent
df2340e0ee
commit
24cb35b500
1 changed files with 2 additions and 0 deletions
|
@ -260,6 +260,8 @@ class GoogleProvider extends Writable {
|
||||||
if (!this.recognizeStream) {
|
if (!this.recognizeStream) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
class AWSProvider extends Writable {
|
class AWSProvider extends Writable {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
|
|
Loading…
Reference in a new issue