Skip to content

Commit

Permalink
ViouslyBidAdapter.js: replace find (#11667)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 3, 2024
1 parent 566988f commit eb1a360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/viouslyBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { deepAccess, logError, parseUrl, parseSizesInput, triggerPixel } from '.
import { registerBidder } from '../src/adapters/bidderFactory.js';
import { config } from '../src/config.js';
import { BANNER, VIDEO } from '../src/mediaTypes.js';
import find from 'core-js-pure/features/array/find.js'; // eslint-disable-line prebid/validate-imports
import {find} from '../src/polyfill.js';

const BIDDER_CODE = 'viously';
const GVLID = 1028;
Expand Down

0 comments on commit eb1a360

Please sign in to comment.