close GoogleProvider function

This commit is contained in:
Dovi Cowan 2023-08-03 20:12:26 +01:00
parent df2340e0ee
commit 24cb35b500
Signed by: dcowan
GPG key ID: 697AE484978D5F89

View file

@ -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) {