Skip to content

Commit

Permalink
smallfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrishko committed Jun 19, 2024
1 parent 42804e1 commit f1f92fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smartyadsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const spec = {
const respData = response.body;

respData.forEach(resp => {
if (isBidResponseValid(resp)) response.push(resp);
if (isBidResponseValid(resp)) result.push(resp);
});

return result;
Expand Down

0 comments on commit f1f92fd

Please sign in to comment.