Skip to content

Commit cd33baf

Browse files
justjannet3chguy
andauthored
fix build error caused by wrong ts-strict improvements (#2783)
Co-authored-by: Michael Telatynski <[email protected]>
1 parent 867a0ca commit cd33baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/DeviceList.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class DeviceList extends TypedEventEmitter<EmittedEvents, CryptoEventHand
8383
// moment represented by the snapshot in the db.
8484
private syncToken: string | null = null;
8585

86-
private keyDownloadsInProgressByUser = new Map<string, Promise<void>>;
86+
private keyDownloadsInProgressByUser = new Map<string, Promise<void>>();
8787

8888
// Set whenever changes are made other than setting the sync token
8989
private dirty = false;

0 commit comments

Comments
 (0)