You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
Add missing semicolon
This commit is contained in:
@@ -74,7 +74,7 @@ type FileLike = File & {
|
||||
};
|
||||
|
||||
type ZipObj = {
|
||||
crc?: Crc32,
|
||||
crc?: Crc32;
|
||||
uncompressedLength: number;
|
||||
compressedLength: number;
|
||||
ctrl: ReadableStreamDefaultController;
|
||||
|
||||
Reference in New Issue
Block a user