Skip to content

Commit

Permalink
Merge pull request #78 from smarty/dave/fix-sdk-bug
Browse files Browse the repository at this point in the history
Adds .default so create function could be found
  • Loading branch information
dave-smartystreets committed Dec 6, 2023
2 parents 4ca49da + bcc59f6 commit fe94968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpSender.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Axios = require("axios");
const Axios = require("axios").default;
const {buildSmartyResponse} = require("../src/util/buildSmartyResponse");

class HttpSender {
Expand Down

0 comments on commit fe94968

Please sign in to comment.