Skip to content

Commit

Permalink
fixing PBJS adapter example (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Oct 12, 2021
1 parent 38de32f commit d46c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidder-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,8 @@ export const spec = {
ad: CREATIVE_BODY
};
bidResponses.push(bidResponse);
return bidResponses;
};
return bidResponses;
},

/**
Expand Down

0 comments on commit d46c1ad

Please sign in to comment.