Skip to content

Commit 758d619

Browse files
committed
Commented out main function call
1 parent 8938ab3 commit 758d619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile-quotes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ const main = async () => {
184184
fs.writeFileSync("quotes.md", markdown);
185185
};
186186

187-
main();
187+
// main();

0 commit comments

Comments
 (0)