Skip to content

Commit

Permalink
⚠️ models: Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lowczarc committed Jan 29, 2024
1 parent 2b5375b commit 0fbaabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transcribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class Transcription implements Promise<string> {
}

async dialogue(): Promise<DialogueElement[]> {
const { text, dialogue } = await this.promise;
const { dialogue } = await this.promise;

if (!dialogue || dialogue.length === 0) {
console.warn(
Expand Down

0 comments on commit 0fbaabc

Please sign in to comment.