Skip to content

Commit

Permalink
Fix token issue (im dumb)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exhabition committed Sep 28, 2021
1 parent a7e2862 commit 93829c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ const { BASE_URL, ACCOUNT_ENDPOINT, SEARCH_ENDPOINT } = require("../constants/en
const { FILE_SIZES } = require("../constants/fileInfo.json");

// Config
const { get, post } = create({
const axiosConfig = create({
baseURL: BASE_URL,
});
const { get, post } = axiosConfig;

// Helper
const { getTraceSettings, convertMediaPreviews } = require("./helper");
Expand Down

0 comments on commit 93829c6

Please sign in to comment.