From 1216892fe55e5ab24dda8e045ea007ee6bb40ff8 Mon Sep 17 00:00:00 2001 From: Fatih Kaya Date: Fri, 28 Apr 2023 11:42:29 +0300 Subject: [PATCH] Update admaticBidAdapter.js --- modules/admaticBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admaticBidAdapter.js b/modules/admaticBidAdapter.js index b10f36968fd..1a7c4038105 100644 --- a/modules/admaticBidAdapter.js +++ b/modules/admaticBidAdapter.js @@ -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 => {