Skip to content

Commit af2e69d

Browse files
committed
remove .setParentId()
1 parent 99c5110 commit af2e69d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

es5/transform.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function transform(data) {
4848
});
4949

5050
json = removeEnumChildren(json);
51-
json = json.map(setParentID);
5251
json = json.map(removeUnwanted);
5352
json = json.map(sortIdentifier);
5453

lib/transform.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function transform (data) {
5151
})
5252

5353
json = removeEnumChildren(json)
54-
json = json.map(setParentID)
5554
json = json.map(removeUnwanted)
5655
json = json.map(sortIdentifier)
5756

0 commit comments

Comments
 (0)