Skip to content

Commit

Permalink
Expose MindbodyError
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesurowiec committed Oct 15, 2022
1 parent 65ffdaa commit fd03f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ErrorResponse, Headers, TokenResponse } from '$http/types';

import axios, { AxiosError } from 'axios';
import Config from '$Config';
import { MindbodyError } from '$http/MindbodyError';
import MindbodyError from '$http/MindbodyError';
import * as TokenCache from '$http/TokenCache';

const BASE_URL = 'https://api.mindbodyonline.com/public/v6';
Expand Down

0 comments on commit fd03f1b

Please sign in to comment.