diff --git a/lib/provider.js b/lib/provider.js index e42f2fc..87871da 100644 --- a/lib/provider.js +++ b/lib/provider.js @@ -260,6 +260,8 @@ class GoogleProvider extends Writable { if (!this.recognizeStream) { return; } + } +} class AWSProvider extends Writable { constructor(options) {