Skip to content

Commit

Permalink
[client-sync] Init SyncProcessManager with Identity
Browse files Browse the repository at this point in the history
  • Loading branch information
jstejada committed Apr 14, 2017
1 parent b112343 commit c6f7a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SyncProcessManager {
constructor() {
this._exiting = false;
this._resettingEmailCache = false
this._identityId = null;
this._identityId = IdentityStore.identityId();
this._workersByAccountId = {};
this._localSyncDeltaEmittersByAccountId = new Map()

Expand Down

0 comments on commit c6f7a86

Please sign in to comment.