Skip to content

Commit b51b9fb

Browse files
fix: correct typo by replacing updatedHierarchy with pagesHierarchy
branch: fix-typo-updatedHierarchy
1 parent 75626e6 commit b51b9fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/back-end/events/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class PageEvents {
115115

116116
pagesHierarchy = this.removeNullDataFromHierarchy(pagesHierarchy);
117117
pagesHierarchy = this.removeDuplicatedDataFromHierarchy(pagesHierarchy);
118-
fs.writeFileSync(pagesFile, JSON.stringify(updatedHierarchy, null, 4), { encoding: 'utf8' });
118+
fs.writeFileSync(pagesFile, JSON.stringify(pagesHierarchy, null, 4), { encoding: 'utf8' });
119119
});
120120
}
121121

0 commit comments

Comments
 (0)