Skip to content

Commit

Permalink
Update util.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Aug 1, 2024
1 parent 4f52599 commit 8faf709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ export const sanitizeAndClean = (input: string): string => {
ALLOWED_ATTR: []
})

return sanitizedInput.replace(/["'<>]/g, '');
return sanitizedInput.replace(/["'<>]/g, '')
}

0 comments on commit 8faf709

Please sign in to comment.