Skip to content

Commit 1216892

Browse files
committed
Update admaticBidAdapter.js
1 parent b1929ec commit 1216892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/admaticBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const spec = {
9393
* @return {Bid[]}
9494
*/
9595
interpretResponse: (response, request) => {
96-
const body = response.body || response;
96+
const body = response.body;
9797
const bidResponses = [];
9898
if (body && body?.data && isArray(body.data)) {
9999
body.data.forEach(bid => {

0 commit comments

Comments
 (0)