Skip to content

Commit

Permalink
fix: uses axios default export
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharf5 committed Jul 5, 2024
1 parent 07b4f71 commit e970de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/classes/client.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
const axios = require('axios');
const axios = require('axios').default;
const pkg = require('../../package.json');
const {
helpers: {
Expand Down

0 comments on commit e970de9

Please sign in to comment.