mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-26 15:17:44 -06:00
fix: It is now validated if the instance name contains uppercase and special characters
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user