mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
Fix bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user