Skip to content

Commit

Permalink
fix(retry): export RETRYABLE_ERR_FN_DEFAULT (#2517)
Browse files Browse the repository at this point in the history
Without this, it's difficult to create an informational/delegated retry function, that wraps the default and logs the outcome / does some additional logic
  • Loading branch information
Cynocracy authored Sep 17, 2024
1 parent f78fe92 commit db890fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export {
HmacKeyResourceResponse,
IdempotencyStrategy,
PreconditionOptions,
RETRYABLE_ERR_FN_DEFAULT,
ServiceAccount,
Storage,
StorageOptions,
Expand Down

0 comments on commit db890fd

Please sign in to comment.