We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867a0ca commit cd33bafCopy full SHA for cd33baf
src/crypto/DeviceList.ts
@@ -83,7 +83,7 @@ export class DeviceList extends TypedEventEmitter<EmittedEvents, CryptoEventHand
83
// moment represented by the snapshot in the db.
84
private syncToken: string | null = null;
85
86
- private keyDownloadsInProgressByUser = new Map<string, Promise<void>>;
+ private keyDownloadsInProgressByUser = new Map<string, Promise<void>>();
87
88
// Set whenever changes are made other than setting the sync token
89
private dirty = false;
0 commit comments