This commit is contained in:
syuilo 2019-04-14 02:21:57 +09:00
parent ede51f7e59
commit 51a394ca7e

View File

@ -14,7 +14,7 @@ function getTime(time: number) {
}
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 {