Skip to content

Commit

Permalink
Merge pull request #10 from thomas-phillips-nz/main
Browse files Browse the repository at this point in the history
Fix type error from default import
  • Loading branch information
lucgagan authored Nov 15, 2023
2 parents 08d4539 + 0d0c20b commit 6492ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sanitizeHtml.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sanitize from "sanitize-html";
import * as sanitize from "sanitize-html";

/**
* The reason for sanitization is because OpenAI does not need all of the HTML tags
Expand Down

0 comments on commit 6492ffa

Please sign in to comment.