Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Fixed AOL PubAPI version to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-r committed Aug 12, 2016
1 parent efe4d69 commit 5f5e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/aol.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var adloader = require('../adloader');
var AolAdapter = function AolAdapter() {

// constants
var PUBAPI_VERSION = 2;
var PUBAPI_VERSION = '2';
var ADTECH_BIDDER_NAME = 'aol';
var ADTECH_PUBAPI_CONFIG = {
pixelsDivId: 'pixelsDiv',
Expand Down

0 comments on commit 5f5e466

Please sign in to comment.