Skip to content

Commit cbf5a4a

Browse files
committed
lint god appeasal
1 parent 2379089 commit cbf5a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/axiosInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const axios = require('axios').default;
55
// https://github.com/axios/axios/issues/5986#issuecomment-2029933275
66
const axiosInstance = axios.create({
77
transformRequest: [(data) => data,
8-
]
8+
],
99
});
1010

1111
module.exports = axiosInstance;

0 commit comments

Comments
 (0)