Skip to content

Commit

Permalink
Fixed a new issue, commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifat3 committed Sep 2, 2024
1 parent ec8355b commit 3dcc377
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified dump.rdb
Binary file not shown.
1 change: 0 additions & 1 deletion src/topics/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ module.exports = function (Topics) {

// update 'tags' field in topic hash
topicData.forEach((topic) => {
// topic.tags = topic.tags.map(tagItem => tagItem.value);
topic.tags = extractTagValues(topic.tags);

const index = topic.tags.indexOf(tag);
Expand Down

0 comments on commit 3dcc377

Please sign in to comment.