Skip to content

Commit

Permalink
Merge branch 'development' into fix/DX-829
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj authored Jun 26, 2024
2 parents d44b710 + 2eb005b commit 325236b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/contentstack-import/src/import/modules/entries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,6 @@ export default class EntriesImport extends BaseClass {
if (this.jsonRteCTsWithRef.indexOf(cTUid) > -1) {
entry = removeEntryRefsFromJSONRTE(entry, contentType.schema);
}

if (this.rteCTs.indexOf(cTUid) > -1) {
entry = removeEntryRefsFromJSONRTE(entry, contentType.schema);
}

if (this.rteCTsWithRef.indexOf(cTUid) > -1) {
entry = removeEntryRefsFromJSONRTE(entry, contentType.schema);
}
Expand Down

0 comments on commit 325236b

Please sign in to comment.