Skip to content

Commit 752f2a1

Browse files
author
Mufti Azan Farooqi
committed
fix(httpClient): import extension
1 parent 39abb9f commit 752f2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import axios, { AxiosError, AxiosInstance, AxiosRequestConfig } from "axios";
2-
import CryptlexWebApiClientOptions from "./client-options";
2+
import CryptlexWebApiClientOptions from "./client-options.js";
33

44
/** An extension of AxiosRequestConfig to store */
55
type AxiosRetryConfig = AxiosRequestConfig<any> & {

0 commit comments

Comments
 (0)