fix(all): Create bot working again.

This commit is contained in:
Rodrigo Rodriguez 2023-07-18 12:46:50 -03:00
parent 74f6ecccde
commit c3e6a3da7a

View file

@ -96,7 +96,7 @@ export class GBAdminService implements IGBAdminService {
public static getMobileCode() {
return Math.trunc(Math.random() * 6);
return this.getNumberIdentifier(6);
}
public static getRndPassword(): string {