mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-05 14:56:29 -06:00
fix: mexico number
This commit is contained in:
@@ -2734,7 +2734,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';
|
||||||
|
|||||||
Reference in New Issue
Block a user