formidable: Fix typo in regex
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master v2.2.7
Jonatan Nilsson 2022-10-17 09:47:03 +00:00
parent 9e6d6f505d
commit ec81950c42
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export function uploadFile(ctx, siteName, noprefix = false) {
.replace(/&/g, 'and')
.replace(/'/g, '')
.replace(/"/g, '')
.replace(/?/g, '')
.replace(/\?/g, '')
Object.keys(fields).forEach(function(key) {
try {