Skip to content

Commit

Permalink
feat: make delay in backoffs optional
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Aug 24, 2019
1 parent f6a7990 commit 30d59e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/backoff-opts.ts
@@ -1,4 +1,4 @@
export interface BackoffOpts {
type: string;
delay: number;
delay?: number;
}

0 comments on commit 30d59e5

Please sign in to comment.