mirror of https://github.com/vector-im/riot-web
Add missing semicolon
parent
f2e67604e7
commit
3dcc7738f6
|
@ -74,7 +74,7 @@ type FileLike = File & {
|
|||
};
|
||||
|
||||
type ZipObj = {
|
||||
crc?: Crc32,
|
||||
crc?: Crc32;
|
||||
uncompressedLength: number;
|
||||
compressedLength: number;
|
||||
ctrl: ReadableStreamDefaultController;
|
||||
|
|
Loading…
Reference in New Issue