Skip to content

Commit

Permalink
feat: trigger release maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jun 15, 2024
1 parent fafaf73 commit 7c40cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/sanitizeInput.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Sanitizes input to prevent XSS attacks.
* @param {string} input The input to sanitize.
* @returns {string} The sanitized input.
* @returns The sanitized input.
*/

export function sanitizeInput(input: string): string {
Expand Down

0 comments on commit 7c40cd6

Please sign in to comment.