Skip to content

Commit

Permalink
Revert integration-utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sggerard committed Jun 14, 2024
1 parent 83d9762 commit dbf7abc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/src/integrations/integration-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ exports.getRecords = async function(url, options = undefined) {
}
};

try{
const res = await axios.post(CORE_TOKEN_ENDPOINT, QS.stringify(requestBody), config);
} catch (excception ){
console.log(excception);
}

const payload = res.data ? res.data : null;

Expand Down

0 comments on commit dbf7abc

Please sign in to comment.