mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
chore: remove unused variable
This commit is contained in:
parent
cedc7f0fb8
commit
c35179d924
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class RandomUtil {
|
|||
|
||||
static randomShortIds() {
|
||||
const lengths = [2, 4, 6, 8, 10, 12, 14, 16].sort(() => Math.random() - 0.5);
|
||||
const seq = this.getSeq();
|
||||
|
||||
return lengths.map(len => this.randomSeq(len)).join(',');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue