Skip to content

Commit 1a6d487

Browse files
committed
fix: ensure consistent formatting of retryInterval in RetryPolicy configuration
1 parent 0fca9f2 commit 1a6d487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/hooks/useIterableApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const IterableAppProvider: FunctionComponent<
151151

152152
config.retryPolicy = {
153153
maxRetry: 5,
154-
retryInterval:5,
154+
retryInterval: 5,
155155
retryBackoff: IterableRetryBackoff.linear,
156156
};
157157

0 commit comments

Comments
 (0)