Skip to content

Commit 9046480

Browse files
autofix-ci[bot]AlemTuzlak
authored andcommitted
ci: apply automated fixes
1 parent 374b82a commit 9046480

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/typescript/ai/tests/strip-to-spec-middleware.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ import type { StreamChunk } from '../src/types'
55
/**
66
* Helper to create a StreamChunk with the given type and fields.
77
*/
8-
function makeChunk(
9-
type: string,
10-
fields: Record<string, unknown>,
11-
): StreamChunk {
8+
function makeChunk(type: string, fields: Record<string, unknown>): StreamChunk {
129
return { type, timestamp: Date.now(), ...fields } as unknown as StreamChunk
1310
}
1411

0 commit comments

Comments
 (0)