mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 14:40:26 +08:00
fix(connection): account.id => accountId
This commit is contained in:
parent
29fc4c80d8
commit
4d92c88ebe
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class NylasLongConnection
|
|||
res.on 'data', (chunk) =>
|
||||
if chunk.toString().indexOf('Invalid cursor') > 0
|
||||
error = new Error('Delta Connection: Cursor is invalid. Need to blow away local cache.')
|
||||
NylasEnv.config.removeAtKeyPath("nylas.#{@_account.id}.cursor")
|
||||
NylasEnv.config.removeAtKeyPath("nylas.#{@_accountId}.cursor")
|
||||
DatabaseStore._handleSetupError(error)
|
||||
@close()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue