Skip to content

Commit 986c22d

Browse files
committed
feat: Use axios fetch adapter
1 parent ef2a1f0 commit 986c22d

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
@@ -16,6 +16,7 @@ type AxiosRetryConfig = Parameters<AxiosRetry>[1]
1616
export const createClient = (options: ClientOptions): AxiosInstance => {
1717
const client = axios.create({
1818
paramsSerializer: serializeUrlSearchParams,
19+
adapter: 'fetch',
1920
...options.axiosOptions,
2021
})
2122

0 commit comments

Comments
 (0)