Skip to content

Commit

Permalink
Update src/v0/destinations/google_adwords_offline_conversions/transfo…
Browse files Browse the repository at this point in the history
…rm.js

Co-authored-by: Sai Kumar Battinoju <[email protected]>
  • Loading branch information
shrouti1507 and saikumarrs authored Mar 11, 2024
1 parent e192352 commit 5d961e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const {
const { finaliseConsent } = require('../../util/googleUtils');
const helper = require('./helper');

const getConsentFromIntegrationObj = (message, conversionType) => {
const getConsentsDataFromIntegrationObj = (message, conversionType) => {

Check failure on line 30 in src/v0/destinations/google_adwords_offline_conversions/transform.js

View workflow job for this annotation

GitHub Actions / Check for formatting & lint errors

'getConsentsDataFromIntegrationObj' is assigned a value but never used
const integrationObj =
conversionType === 'store'
? {}
Expand Down

0 comments on commit 5d961e8

Please sign in to comment.