Skip to content

Commit

Permalink
retry revision
Browse files Browse the repository at this point in the history
- middleware/retry: type RetryConfig now is exported from /middleware entrypoint
  • Loading branch information
krutoo committed Oct 30, 2024
1 parent 765d1aa commit 38177cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export {
type LogHandlerFactory,
} from './log.ts';

export { retry } from './retry.ts';
export { retry, type RetryConfig } from './retry.ts';

export { validateStatus, type ValidateStatusOptions } from './validate-status.ts';

Expand Down

0 comments on commit 38177cd

Please sign in to comment.