]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/utils.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / utils.ts
index ffbe64408803e7074c7aa5dda2d3584687baaa14..cc303b80bb8f9791d4aec39c2eac02194bd1dd01 100644 (file)
@@ -32,7 +32,7 @@ function isSafari () {
 
 // https://github.com/danrevah/ngx-pipes/blob/master/src/pipes/math/bytes.ts
 // Don't import all Angular stuff, just copy the code with shame
-const dictionaryBytes: Array<{ max: number, type: string }> = [
+const dictionaryBytes: { max: number, type: string }[] = [
   { max: 1024, type: 'B' },
   { max: 1048576, type: 'KB' },
   { max: 1073741824, type: 'MB' },