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