Skip to content

Commit 5509e20

Browse files
Format session finalization queue
1 parent f8d37a6 commit 5509e20

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/pilegram/src/session.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ export class Session {
213213
)
214214
await this.speak(finalText);
215215
})
216-
.catch((e) => this.log.error("turn finalization failed", errFields(e)));
216+
.catch((e) =>
217+
this.log.error("turn finalization failed", errFields(e)),
218+
);
217219
break;
218220
}
219221
default:

0 commit comments

Comments
 (0)