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

Commit

Permalink
Merge pull request #7 from aol/release/1.21.1
Browse files Browse the repository at this point in the history
Release/1.21.1
  • Loading branch information
vzhukovsky committed Jul 4, 2017
2 parents b3ddcd7 + 1e1c57f commit c2812bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/analytics/aol.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default Object.assign(adapter({

reportEvent(event, adUnit) {
let url = this.buildEventUrl(event, adUnit);
ajax(url, null, null, { withCredentials: true });
ajax(url, () => {}, null, { withCredentials: true });
},

getBaseSchema(eventId, adUnit) {
Expand Down

0 comments on commit c2812bf

Please sign in to comment.