Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Jan 22, 2025
1 parent 66423f5 commit 3f646a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs');
const glob = require("glob");
const { default: parseMD } = await import('parse-md');
const { parseMD } = require('parse-md');

/**
* arc: 0001
Expand Down

0 comments on commit 3f646a7

Please sign in to comment.