Skip to content

Commit

Permalink
chore(topics): make categories into pipe separated list
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Sep 15, 2024
1 parent 2fdfd7e commit 8a2741b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/TopicPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const _extractAnalyticsDataFromRef = ref => {
return {
item_id: ref,
content_id: title,
content_type: Sefaria.index(title).categories,
content_type: Sefaria.index(title).categories.join('|'),
version: "",
};
};
Expand Down

0 comments on commit 8a2741b

Please sign in to comment.