Skip to content

Commit

Permalink
fixup! feat(vow): retriable tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Sep 23, 2024
1 parent f9075d1 commit ea795cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vow/src/retriable.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const AdminRetriableFlowI = M.interface('RetriableFlowAdmin', {

/**
* @param {Zone} outerZone
* @param {PreparationOptions} [outerOptions]
* @param {PreparationOptions} outerOptions
*/
export const prepareRetriableTools = (outerZone, outerOptions = {}) => {
export const prepareRetriableTools = (outerZone, outerOptions) => {
const { makeVowKit, isRetryableReason } = outerOptions;

/**
Expand Down

0 comments on commit ea795cd

Please sign in to comment.