mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
Add missing semicolon
This commit is contained in:
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
Block a user