Skip to content

Commit

Permalink
Merge pull request #7 from harman-goei/APPS-11648-2
Browse files Browse the repository at this point in the history
fix(openxNeo, invalidAuid): APPS-11644: When there is an invalid auid…
  • Loading branch information
Nandan Hirpathak committed May 13, 2016
2 parents d8f53cd + d008d4d commit 957bfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/openx_neo.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ var OpenxAdapter = function OpenxAdapter(options) {

if (!auid) {
// didnt find it, drat
break;
continue;
}
adUnit.used = true;

Expand Down

0 comments on commit 957bfb7

Please sign in to comment.