X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Froot-helpers%2Fbytes.ts;h=bda786cc60ee341b16c007b873ebcedf821161c7;hb=fa737aa05806ee1b3745726b67074eb0c32f3300;hp=ec8b55faae8e3db872e43f3ef2c724ca18756a71;hpb=b4c3c51dc874711febf43b719ca878436b31084d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/root-helpers/bytes.ts b/client/src/root-helpers/bytes.ts index ec8b55faa..bda786cc6 100644 --- a/client/src/root-helpers/bytes.ts +++ b/client/src/root-helpers/bytes.ts @@ -1,4 +1,4 @@ -const dictionary: Array<{ max: number; type: string }> = [ +const dictionary: Array<{ max: number, type: string }> = [ { max: 1024, type: 'B' }, { max: 1048576, type: 'KB' }, { max: 1073741824, type: 'MB' },