diff --git a/src/HttpSender.js b/src/HttpSender.js index f488473..551c66d 100644 --- a/src/HttpSender.js +++ b/src/HttpSender.js @@ -1,4 +1,4 @@ -const Axios = require("axios"); +const Axios = require("axios").default; const {buildSmartyResponse} = require("../src/util/buildSmartyResponse"); class HttpSender {