fix(all): Create bot working again.
This commit is contained in:
parent
3fd3213740
commit
0ed3dce1d2
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ export class GBAdminService implements IGBAdminService {
|
|||
}
|
||||
|
||||
public static getNumberIdentifier(size: number = 14): string {
|
||||
|
||||
return Math.trunc(Math.random() * size).toString();
|
||||
return Math.floor(Math.random() * size).toString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue