Skip to content

Commit

Permalink
Clean lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Sep 25, 2024
1 parent c50b73c commit 83ff510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/BingAdsEventForwarder.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ var constructor = function() {
};
(obj.q = window[queue]),
(window[queue] = new UET(obj)),
maybeSendConsentUpdateToBing(updatedConsentPayload);
maybeSendConsentUpdateToBing(
updatedConsentPayload
);
window[queue].push('pageLoad');
}),
(n = document.createElement(tag)),
Expand Down

0 comments on commit 83ff510

Please sign in to comment.