mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +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…
Reference in New Issue
Block a user