Skip to content

Commit 78a7a30

Browse files
committed
Format
1 parent 39aabe1 commit 78a7a30

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"extends": [
3-
"next/core-web-vitals",
4-
"next/typescript"
5-
]
2+
"extends": ["next/core-web-vitals", "next/typescript"]
63
}

examples/nextjs-flow/lib/transcript-manager.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ class TranscriptManager extends TypedEventTarget<TranscriptManagerEvents> {
170170
private getWords(
171171
message: Exclude<
172172
FlowMessage,
173-
| ResponseStarted
174-
| ResponseCompleted
175-
| ResponseInterrupted
173+
ResponseStarted | ResponseCompleted | ResponseInterrupted
176174
>,
177175
): Word[] {
178176
if (!message.results) return [];

0 commit comments

Comments
 (0)