mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
ede51f7e59
commit
51a394ca7e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user