Skip to content

Commit

Permalink
chore: update response log message & responseDetails
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed May 27, 2024
1 parent 734f900 commit 8a6bf3a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/v0/destinations/klaviyo/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ const getIdFromNewOrExistingProfile = async ({ endpoint, payload, requestOptions
module: 'router',
},
);
logger.responseLog(`[${destType.toUpperCase()}] get id from profile`, {
logger.responseLog(`[${destType.toUpperCase()}] get id from profile response`, {
metadata,
responseDetails: {
...resp,
},
responseDetails: resp,
});

/**
Expand Down

0 comments on commit 8a6bf3a

Please sign in to comment.