Skip to content

Commit

Permalink
Delete old json edge sections.
Browse files Browse the repository at this point in the history
Fixes #1001
  • Loading branch information
soerendomroes committed Dec 13, 2024
1 parent 37c7ded commit 7f1a973
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@ final class JsonImporter {
}

]
// Delete old sections
jsonObj.remove("sections")
// Add new sections
jsonObj.addJsonObj("sections", sections)
}

Expand Down

0 comments on commit 7f1a973

Please sign in to comment.