Skip to content

Commit

Permalink
remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
GreDiSe committed Jul 8, 2024
1 parent ac3d610 commit a2408e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/eightPodAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ let eightPodAnalytics = Object.assign(adapter({url: trackerUrl, analyticsType}),
switch (eventType) {
case BID_WON:
if (args.bidder === 'eightPod') {
const params = args?.params?.[0];
context[args.adUnitCode] = makeContext(args);

eightPodAnalytics.setupPage(args);
Expand Down

0 comments on commit a2408e1

Please sign in to comment.