Skip to content

Commit

Permalink
chore: simplify the import path of AxiosError (#4875)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
chentsulin and jasonsaayman committed Sep 26, 2022
1 parent 64906bd commit 7c60c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/axios.js
Expand Up @@ -11,7 +11,7 @@ import CancelToken from'./cancel/CancelToken.js';
import isCancel from'./cancel/isCancel.js';
import {VERSION} from './env/data.js';
import toFormData from './helpers/toFormData.js';
import AxiosError from '../lib/core/AxiosError.js';
import AxiosError from './core/AxiosError.js';
import spread from './helpers/spread.js';
import isAxiosError from './helpers/isAxiosError.js';

Expand Down

0 comments on commit 7c60c62

Please sign in to comment.