Skip to content

Commit

Permalink
add intellisense comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clample committed Mar 25, 2024
1 parent 98770dd commit b5e2a1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/src/constructs/retry-strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ export class RetryStrategyBuilder {
return RetryStrategyBuilder.retryStrategy('EXPONENTIAL', options)
}

/**
* No retries are performed.
*/
static noRetries (): null {
return null
}
Expand Down

0 comments on commit b5e2a1a

Please sign in to comment.