formidable: Fix typo in regex
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
9e6d6f505d
commit
ec81950c42
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export function uploadFile(ctx, siteName, noprefix = false) {
|
||||||
.replace(/&/g, 'and')
|
.replace(/&/g, 'and')
|
||||||
.replace(/'/g, '')
|
.replace(/'/g, '')
|
||||||
.replace(/"/g, '')
|
.replace(/"/g, '')
|
||||||
.replace(/?/g, '')
|
.replace(/\?/g, '')
|
||||||
|
|
||||||
Object.keys(fields).forEach(function(key) {
|
Object.keys(fields).forEach(function(key) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue