We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9030b31 commit 8bab403Copy full SHA for 8bab403
1 file changed
src/Transloadit.ts
@@ -16,7 +16,6 @@ import { isReadableStream, isStream } from 'is-stream'
16
import * as assert from 'assert'
17
import pMap from 'p-map'
18
import type { Readable } from 'stream'
19
-import { z } from 'zod'
20
import InconsistentResponseError from './InconsistentResponseError.js'
21
import PaginationStream from './PaginationStream.js'
22
import PollingTimeoutError from './PollingTimeoutError.js'
@@ -26,7 +25,6 @@ import { sendTusRequest, Stream } from './tus.js'
26
25
import {
27
AssemblyStatus,
28
assemblyStatusSchema,
29
- assemblyIndexItemSchema,
30
type AssemblyIndexItem,
31
assemblyIndexSchema,
32
AssemblyIndex,
0 commit comments