We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac5bf2 commit 3e2d8c9Copy full SHA for 3e2d8c9
src/lib/seam/connect/client.ts
@@ -21,6 +21,7 @@ export const createClient = (options: ClientOptions): AxiosInstance => {
21
...options.axiosOptions,
22
})
23
24
+ // @ts-expect-error https://github.com/softonic/axios-retry/issues/159
25
axiosRetry(client, {
26
retries: 2,
27
retryDelay: exponentialDelay,
0 commit comments