Skip to content

Commit

Permalink
Fixed Type definition error
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-mardeni committed Apr 11, 2024
1 parent c53fbc6 commit b3a3ffc
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 * as sanitize from "sanitize-html";
import 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 b3a3ffc

Please sign in to comment.