mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
parent
2a1aaa58d3
commit
78fa31f80f
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ function getRandom() {
|
|||
}
|
||||
|
||||
export function genMeid(date: Date): string {
|
||||
return 'f' + getTime(date.getTime()) + getRandom();
|
||||
return getTime(date.getTime()) + getRandom();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue