Skip to content

Commit 3c37331

Browse files
Graden Reastainless-app[bot]
Graden Rea
authored andcommitted
Update streaming to use relative imports
1 parent 02e04a7 commit 3c37331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/streaming.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ReadableStream, type Response } from '../_shims/index';
22
import { GroqError } from '../error';
33

4-
import { APIError } from 'groq/error';
4+
import { APIError } from '../error';
55

66
type Bytes = string | ArrayBuffer | Uint8Array | Buffer | null | undefined;
77

0 commit comments

Comments
 (0)