formatting

This commit is contained in:
Moyasee
2025-10-12 22:12:15 +03:00
parent 602b2fef91
commit 1cba3f350c

View File

@@ -6,8 +6,6 @@ function removeZalgoText(text: string): string {
return text.replaceAll(zalgoRegex, "");
}
export function sanitizeHtml(html: string): string {
if (!html || typeof html !== "string") {
return "";