Skip to content

Commit

Permalink
fix build error caused by wrong ts-strict improvements (#2783)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Telatynski <[email protected]>
  • Loading branch information
justjanne and t3chguy authored Oct 21, 2022
1 parent 867a0ca commit cd33baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/DeviceList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class DeviceList extends TypedEventEmitter<EmittedEvents, CryptoEventHand
// moment represented by the snapshot in the db.
private syncToken: string | null = null;

private keyDownloadsInProgressByUser = new Map<string, Promise<void>>;
private keyDownloadsInProgressByUser = new Map<string, Promise<void>>();

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

0 comments on commit cd33baf

Please sign in to comment.