fix: It is now validated if the instance name contains uppercase and special characters

This commit is contained in:
Davidson Gomes
2023-07-21 12:26:43 -03:00
parent 897f8164b9
commit d7f264c1c2
3 changed files with 7 additions and 2 deletions

View File

@@ -1412,8 +1412,6 @@ export class WAStartupService {
}
if (Number(countryCode) === 52 || Number(countryCode) === 54) {
console.log('numero mexicano');
const formattedMXARNumber = this.formatMXOrARNumber(number);
if (formattedMXARNumber !== number) {