mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-12 23:43:43 +01:00
Update generate-packages-index.ts
This commit is contained in:
parent
34e96ea25e
commit
d72bf8b414
@ -101,7 +101,7 @@ function humanFileSize(bytes: number, si = false, dp = 1) {
|
|||||||
return bytes.toFixed(dp) + ' ' + units[u];
|
return bytes.toFixed(dp) + ' ' + units[u];
|
||||||
}
|
}
|
||||||
|
|
||||||
const dateTimeOptions = {
|
const dateTimeOptions: DateTimeFormatOptions = {
|
||||||
year: "numeric",
|
year: "numeric",
|
||||||
month: "short",
|
month: "short",
|
||||||
day: "2-digit",
|
day: "2-digit",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user