Skip to content

Commit

Permalink
Fixed getConfig cleanup of consent management (Issue prebid#10658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazabit committed May 28, 2024
1 parent fed53f6 commit 8815373
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/aidemBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const LOCAL_BASE_URL = 'http://127.0.0.1:8787';
const SUPPORTED_MEDIA_TYPES = [BANNER, VIDEO];
const REQUIRED_VIDEO_PARAMS = [ 'mimes', 'protocols', 'context' ];

const pbjsVersion = '$prebid.version$';

export const ERROR_CODES = {
BID_SIZE_INVALID_FORMAT: 1,
BID_SIZE_NOT_INCLUDED: 2,
Expand Down

0 comments on commit 8815373

Please sign in to comment.