1
0
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:
Jaiwanth
2021-07-02 10:53:19 +05:30
parent f2e67604e7
commit 3dcc7738f6

View File

@@ -74,7 +74,7 @@ type FileLike = File & {
};
type ZipObj = {
crc?: Crc32,
crc?: Crc32;
uncompressedLength: number;
compressedLength: number;
ctrl: ReadableStreamDefaultController;