Skip to content

Commit

Permalink
Merge pull request #420 from Ayoseun/main
Browse files Browse the repository at this point in the history
Removed axios config example
  • Loading branch information
vplasencia authored Mar 5, 2024
2 parents 336c810 + 228abfa commit 8d2a80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/api-sdk/src/apiSdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class ApiSdk {
/**
* Initializes the ApiSdk object with a Supported URL or custom URL.
* @param url Supported URL or custom URL.
* @param config Request config.
* @param config [Axios](https://axios-http.com/docs/req_config) Request Config.
*/
constructor(url: SupportedUrl | string = SupportedUrl.PROD, config?: any) {
checkParameter(url, "url", "string")
Expand Down

0 comments on commit 8d2a80b

Please sign in to comment.