Skip to content

Commit c68afde

Browse files
author
apykhteyev
committed
Fixes after review
1 parent 9e105c7 commit c68afde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/limelightDigitalBidAdapter.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const spec = {
8080
* @param {ServerResponse} serverResponse A successful response from the server.
8181
* @return {Bid[]} An array of bids which were nested inside the server.
8282
*/
83-
interpretResponse: (serverResponse) => {
83+
interpretResponse: (serverResponse, bidRequest) => {
8484
const bidResponses = [];
8585
const serverBody = serverResponse.body;
8686
const len = serverBody.length;
@@ -113,7 +113,7 @@ export const spec = {
113113

114114
registerBidder(spec);
115115

116-
function buildRequest(winTop, host, adUnits, bidRequest) {
116+
function buildRequest(winTop, host, adUnits) {
117117
return {
118118
method: 'POST',
119119
url: `https://${host}/hb`,

0 commit comments

Comments
 (0)