Skip to content
Snippets Groups Projects
Unverified Commit f8e0f4f2 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent 9c3613e9
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment