parent
2c4a025cf8
commit
011615e68f
4 changed files with 27 additions and 17 deletions
@ -0,0 +1,2 @@ |
||||
export const sanitizeSQLParam = (variable: string): string => |
||||
variable.replaceAll(/[']/g, ''); |
Loading…
Reference in new issue