From 0fbaabc71f3e1613107d0fd1d6d68ec5a66bacbf Mon Sep 17 00:00:00 2001 From: Lancelot Owczarczak Date: Mon, 29 Jan 2024 09:47:09 +0900 Subject: [PATCH] :warning: models: Fix lint issue --- lib/transcribe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transcribe.ts b/lib/transcribe.ts index ed5a17d..10d30cc 100644 --- a/lib/transcribe.ts +++ b/lib/transcribe.ts @@ -101,7 +101,7 @@ export class Transcription implements Promise { } async dialogue(): Promise { - const { text, dialogue } = await this.promise; + const { dialogue } = await this.promise; if (!dialogue || dialogue.length === 0) { console.warn(