Skip to content

Commit

Permalink
@uppy/tus: Fix onShouldRetry type signature (#5387)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanadeau authored Aug 5, 2024
1 parent b9582e1 commit 9810cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/tus/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface TusOpts<M extends Meta, B extends Body>
err: tus.DetailedError,
retryAttempt: number,
options: TusOpts<M, B>,
next: (e: tus.DetailedError) => void,
next: (e: tus.DetailedError) => boolean,
) => boolean
retryDelays?: number[]
withCredentials?: boolean
Expand Down

0 comments on commit 9810cc8

Please sign in to comment.