forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
9c3613e96d
commit
f8e0f4f21f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function getTime(time: number) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getRandom() {
|
function getRandom() {
|
||||||
return counter.toString(36).padStart(length, '0').substr(2);
|
return counter.toString(36).padStart(2, '0').substr(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function genAid(date: Date): string {
|
export function genAid(date: Date): string {
|
||||||
|
|
Loading…
Reference in a new issue