Skip to content

Commit

Permalink
Update src/v0/destinations/google_adwords_remarketing_lists/recordTra…
Browse files Browse the repository at this point in the history
…nsform.js

Co-authored-by: Sudip Paul <[email protected]>
  • Loading branch information
Vikas26021999 and ItsSudip authored May 29, 2024
1 parent 63400cd commit 9ad83ce
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ const processRecordEventArray = (
};

async function processRecordInputs(groupedRecordInputs) {
const { destination } = groupedRecordInputs[0];
const { message } = groupedRecordInputs[0];

const { metadata } = groupedRecordInputs[0];
const { destination, message, metadata } = groupedRecordInputs[0];
const accessToken = getAccessToken(metadata, 'access_token');
const developerToken = getValueFromMessage(metadata, 'secret.developer_token');

Expand Down

0 comments on commit 9ad83ce

Please sign in to comment.