Skip to content

Commit

Permalink
Merge pull request #9 from playground-xyz/3648-prebidjs-pxyz-adapter
Browse files Browse the repository at this point in the history
add extra space on error msg
  • Loading branch information
teranchristian authored May 24, 2018
2 parents 622ce4e + a8a7a27 commit cfc570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/playgroundxyzBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const spec = {
}

if (!utils.isArray(serverResponse.seatbid)) {
let errorMessage = `in response for ${bidderRequest.bidderCode} adapter`;
let errorMessage = `in response for ${bidderRequest.bidderCode} adapter `;
utils.logError(errorMessage += 'Malformed seatbid response');
return bids;
}
Expand Down

0 comments on commit cfc570f

Please sign in to comment.