mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
fix: mexico number
This commit is contained in:
parent
14df0b368b
commit
4fa3c50138
@ -2734,7 +2734,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
if (!numberVerified && (user.number.startsWith('52') || user.number.startsWith('54'))) {
|
||||
let prefix = '';
|
||||
if (user.number.startsWith('52')) {
|
||||
prefix = '1';
|
||||
prefix = '';
|
||||
}
|
||||
if (user.number.startsWith('54')) {
|
||||
prefix = '9';
|
||||
|
Loading…
Reference in New Issue
Block a user