Skip to content

Commit

Permalink
Merge branch 'dev' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Aug 1, 2024
2 parents f5a1be6 + 8faf709 commit 884fb8d
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 884fb8d

Please sign in to comment.