Skip to content

Commit

Permalink
Commented out main function call
Browse files Browse the repository at this point in the history
  • Loading branch information
bramses committed Mar 24, 2024
1 parent 8938ab3 commit 758d619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ const main = async () => {
fs.writeFileSync("quotes.md", markdown);
};

main();
// main();

0 comments on commit 758d619

Please sign in to comment.