Skip to content

Commit

Permalink
Update topicsFpdModule.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored May 23, 2023
1 parent 8e3c263 commit 82c2396
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/topicsFpdModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export const lastUpdated = 'lastUpdated';
const iframeLoadedURL = [];
const TAXONOMIES = {
// map from topic taxonomyVersion to IAB segment taxonomy
'1': 600
'1': 600,
'2': 601,
'3': 602,
'4': 603
}

function partitionBy(field, items) {
Expand Down

0 comments on commit 82c2396

Please sign in to comment.