Skip to content

Commit 957bfb7

Browse files
author
Nandan Hirpathak
committed
Merge pull request #7 from harman-goei/APPS-11648-2
fix(openxNeo, invalidAuid): APPS-11644: When there is an invalid auid…
2 parents d8f53cd + d008d4d commit 957bfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/openx_neo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ var OpenxAdapter = function OpenxAdapter(options) {
208208

209209
if (!auid) {
210210
// didnt find it, drat
211-
break;
211+
continue;
212212
}
213213
adUnit.used = true;
214214

0 commit comments

Comments
 (0)