mdx-conversion
Jared He 2 years ago
parent 8d6da95e27
commit 3c9025053c
  1. 2
      scripts/mdx-scripts/event-conversion.js

@ -43,8 +43,6 @@ const parseTime = (dateStr, timeStr) => {
return date;
};
const nodeChildrenToString = (nodeChildren) => {
let string = "";
for (let i = 0; i < nodeChildren.length; ++i) {

Loading…
Cancel
Save