Skip to content

Commit 6707687

Browse files
committed
chore(internal): fix lint
1 parent f7a555f commit 6707687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/vector-stores/file-batches.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { CursorPage, type CursorPageParams, PagePromise } from '../../core/pagin
99
import { buildHeaders } from '../../internal/headers';
1010
import { RequestOptions } from '../../internal/request-options';
1111
import { path } from '../../internal/utils/path';
12-
import { allSettledWithThrow } from '../../lib/util';
12+
import { allSettledWithThrow } from '../../lib/Util';
1313
import { sleep } from '../../internal/utils/sleep';
1414
import { Uploadable } from '../../internal/uploads';
1515

0 commit comments

Comments
 (0)