We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1929ec commit 1216892Copy full SHA for 1216892
modules/admaticBidAdapter.js
@@ -93,7 +93,7 @@ export const spec = {
93
* @return {Bid[]}
94
*/
95
interpretResponse: (response, request) => {
96
- const body = response.body || response;
+ const body = response.body;
97
const bidResponses = [];
98
if (body && body?.data && isArray(body.data)) {
99
body.data.forEach(bid => {
0 commit comments