Skip to content

Commit 3e2d8c9

Browse files
committed
Add type error exception
1 parent 2ac5bf2 commit 3e2d8c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/seam/connect/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const createClient = (options: ClientOptions): AxiosInstance => {
2121
...options.axiosOptions,
2222
})
2323

24+
// @ts-expect-error https://github.com/softonic/axios-retry/issues/159
2425
axiosRetry(client, {
2526
retries: 2,
2627
retryDelay: exponentialDelay,

0 commit comments

Comments
 (0)