mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
formatting
This commit is contained in:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user