Skip to content

Commit

Permalink
fix: removed description from terms csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
aman19K committed Sep 13, 2023
1 parent 94dba59 commit 54ba736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contentstack-export-to-csv/src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ function formatTermsOfTaxonomyData(terms, taxonomyUID) {
'Taxonomy UID': taxonomyUID,
UID: term.uid,
Name: term.name,
Description: term.description,
'Parent UID': term.parent_uid,
};
});
Expand Down

0 comments on commit 54ba736

Please sign in to comment.