adjusts in redis

This commit is contained in:
Davidson Gomes
2024-04-09 07:31:37 -03:00
parent 3bc692d894
commit e153515847
2 changed files with 12 additions and 1 deletions

View File

@@ -617,7 +617,7 @@ export class BaileysStartupService extends WAStartupService {
}
registration.phoneNumberMobileCountryCode = mcc;
registration.method = 'voice';
registration.method = 'sms';
try {
const response = await this.client.requestRegistrationCode(registration);