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

Fix bug

parent 483f0437
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(2, '0').substr(2);
return counter.toString(36).padStart(2, '0').slice(-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