Skip to content

Commit

Permalink
Update admaticBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihkaya84 committed Apr 28, 2023
1 parent b1929ec commit 1216892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/admaticBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const spec = {
* @return {Bid[]}
*/
interpretResponse: (response, request) => {
const body = response.body || response;
const body = response.body;
const bidResponses = [];
if (body && body?.data && isArray(body.data)) {
body.data.forEach(bid => {
Expand Down

0 comments on commit 1216892

Please sign in to comment.