Skip to content

Commit

Permalink
Logging for fix
Browse files Browse the repository at this point in the history
ArpitShukla12 committed Nov 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e3c0d43 commit 38c7ab5
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions adapters/api/segment.js
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@ export async function sendSegmentEvent(action, body) {
authorization: `Bearer ${ATLAN_API_TOKEN}`,
"content-type": "application/json",
};

console.log("MyHeaders :", myHeaders);
const requestOptions = {
method: "POST",
headers: myHeaders,
body: body,
};

console.log("requestOptions :", requestOptions);
var response = null;
console.log("IS_DEV", IS_DEV);
if (!IS_DEV) {
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -25378,13 +25378,13 @@ async function sendSegmentEvent(action, body) {
authorization: `Bearer ${ATLAN_API_TOKEN}`,
"content-type": "application/json",
};

console.log("MyHeaders :", myHeaders);
const requestOptions = {
method: "POST",
headers: myHeaders,
body: body,
};

console.log("requestOptions :", requestOptions);
var response = null;
console.log("IS_DEV", IS_DEV);
if (!IS_DEV) {

0 comments on commit 38c7ab5

Please sign in to comment.