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