Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in lib.ts #4

Merged
merged 1 commit into from
Feb 27, 2025
Merged

fix: typo in lib.ts #4

merged 1 commit into from
Feb 27, 2025

Conversation

sunrabbit123
Copy link
Contributor

remove console.log

  const content = text.trim();
- console.log("contents.length", contents.length);
  const contentHtmls = contents.map((node) =>
    cheerio.load(node, null, false).html()
  );

@AcrylicShrimp AcrylicShrimp merged commit 11c15c0 into wrtnlabs:main Feb 27, 2025
1 check passed
@sunrabbit123 sunrabbit123 deleted the patch-1 branch February 27, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants