Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed Dec 25, 2024
1 parent e4e50ff commit 2de2ea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapters/netsuite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ async function getCallLog({ user, callLogId, authHeader }) {

async function updateCallLog({ user, existingCallLog, authHeader, recordingLink, subject, note, startTime, duration, result }) {
try {
console.log({ use, existingCallLog, authHeader, recordingLink, subject, note, startTime, duration, result });
const existingLogId = existingCallLog.thirdPartyLogId;
const callLogResponse = await axios.get(`https://${user.hostname.split(".")[0]}.suitetalk.api.netsuite.com/services/rest/record/v1/phonecall/${existingLogId}`, { headers: { 'Authorization': authHeader } });
let messageBody = callLogResponse.data.message;
Expand Down

0 comments on commit 2de2ea3

Please sign in to comment.