Skip to content

Commit

Permalink
docs(permutiveRtd): fix ordering of jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioGargaro committed Jul 3, 2024
1 parent e76b3ef commit f3ab0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/permutiveRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ export function setBidderRtb (bidderOrtb2, moduleConfig, segmentData) {
* Updates `user.data` object in existing bidder config with Permutive segments
* @param {string} bidder - The bidder identifier
* @param {Object} currConfig - Current bidder config
* @param {Object[]} transformationConfigs - array of objects with `id` and `config` properties, used to determine
* the transformations on user data to include the ORTB2 object
* @param {string[]} segmentIDs - Permutive segment IDs
* @param {string[]} sspSegmentIDs - Permutive SSP segment IDs
* @param {Object} topics - Privacy Sandbox Topics, keyed by IAB taxonomy version (600, 601, etc.)
* @param {Object[]} transformationConfigs - array of objects with `id` and `config` properties, used to determine
* the transformations on user data to include the ORTB2 object
* @param {Object} segmentData - The segments available for targeting
* @return {Object} Merged ortb2 object
*/
Expand Down

0 comments on commit f3ab0b7

Please sign in to comment.