Skip to content

Commit

Permalink
adxcg Bid Adapter : fix convertTypes util import (#10763)
Browse files Browse the repository at this point in the history
* adxcgBidAdapter: fix convertTypes util import

* adxcgBidAdapter: remove previous import
  • Loading branch information
lyricwulf authored Nov 27, 2023
1 parent b1e601a commit f215abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adxcgBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// jshint esversion: 6, es3: false, node: true
import { ortbConverter } from '../libraries/ortbConverter/converter.js';
import { convertTypes } from '../libraries/transformParamsUtils/convertTypes.js';
import { registerBidder } from '../src/adapters/bidderFactory.js';
import { BANNER, NATIVE, VIDEO } from '../src/mediaTypes.js';
import {
convertTypes,
isArray,
replaceAuctionPrice,
triggerPixel,
Expand Down

0 comments on commit f215abd

Please sign in to comment.