Skip to content

Commit c35179d

Browse files
committed
chore: remove unused variable
1 parent cedc7f0 commit c35179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/assets/js/util/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class RandomUtil {
106106

107107
static randomShortIds() {
108108
const lengths = [2, 4, 6, 8, 10, 12, 14, 16].sort(() => Math.random() - 0.5);
109-
const seq = this.getSeq();
109+
110110
return lengths.map(len => this.randomSeq(len)).join(',');
111111
}
112112

0 commit comments

Comments
 (0)