Skip to content

Commit

Permalink
fix(httpClient): import extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Mufti Azan Farooqi committed Dec 12, 2022
1 parent 39abb9f commit 752f2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http-client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios, { AxiosError, AxiosInstance, AxiosRequestConfig } from "axios";
import CryptlexWebApiClientOptions from "./client-options";
import CryptlexWebApiClientOptions from "./client-options.js";

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

0 comments on commit 752f2a1

Please sign in to comment.