mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 05:03:06 +03:00
Add missing semicolon
This commit is contained in:
parent
f2e67604e7
commit
3dcc7738f6
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ type FileLike = File & {
|
|||
};
|
||||
|
||||
type ZipObj = {
|
||||
crc?: Crc32,
|
||||
crc?: Crc32;
|
||||
uncompressedLength: number;
|
||||
compressedLength: number;
|
||||
ctrl: ReadableStreamDefaultController;
|
||||
|
|
Loading…
Reference in a new issue