We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2379089 commit cbf5a4aCopy full SHA for cbf5a4a
lib/axiosInstance.js
@@ -5,7 +5,7 @@ const axios = require('axios').default;
5
// https://github.com/axios/axios/issues/5986#issuecomment-2029933275
6
const axiosInstance = axios.create({
7
transformRequest: [(data) => data,
8
- ]
+ ],
9
});
10
11
module.exports = axiosInstance;
0 commit comments