mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:43:09 +02:00
parent
643f7d1803
commit
0ba71c6a47
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…
Reference in a new issue