File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -681,11 +681,11 @@ function toLegacyResponse(ortbResponse, ortbRequest) {
681
681
}
682
682
683
683
/**
684
- * Converts an OpenRTB request to a proprietary Prebid.js format .
684
+ * Converts a Legacy native request to OpenRTB .
685
685
* The proprietary Prebid format has many limitations and will be dropped in
686
686
* the future; adapters are encouraged to stop using it in favour of OpenRTB format.
687
687
* @param {BidRequest[] } bidRequests an array of valid bid requests
688
- * @returns an array of valid bid requests where the openRTB bids are converted to proprietary format .
688
+ * @returns an array of valid bid requests where the legacy format is converted to OpenRTB .
689
689
*/
690
690
export function convertLegacyNativeRequestToOrtb ( bidRequests ) {
691
691
if ( ! bidRequests || ! isArray ( bidRequests ) ) return bidRequests ;
You can’t perform that action at this time.
0 commit comments