Skip to content

Commit

Permalink
Update topicsFpdModule.js (#9990)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann committed Jun 14, 2023
1 parent a7f5cfb commit 148184c
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 148184c

Please sign in to comment.