mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 07:50:33 +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 = {
|
type ZipObj = {
|
||||||
crc?: Crc32,
|
crc?: Crc32;
|
||||||
uncompressedLength: number;
|
uncompressedLength: number;
|
||||||
compressedLength: number;
|
compressedLength: number;
|
||||||
ctrl: ReadableStreamDefaultController;
|
ctrl: ReadableStreamDefaultController;
|
||||||
|
|
Loading…
Reference in a new issue