mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 03:56:33 +08:00
fix(nylas-api): namespace the custom sync engine to syncEngine
This commit is contained in:
parent
c6a4d8f130
commit
a424fd52d1
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ class NylasAPI
|
|||
@AppID = 'n/a'
|
||||
@APIRoot = 'http://localhost:5555'
|
||||
else if env in ['custom']
|
||||
@AppID = NylasEnv.config.get('env.AppID') or 'n/a'
|
||||
@APIRoot = NylasEnv.config.get('env.APIRoot') or 'http://localhost:5555'
|
||||
@AppID = NylasEnv.config.get('syncEngine.AppID') or 'n/a'
|
||||
@APIRoot = NylasEnv.config.get('syncEngine.APIRoot') or 'http://localhost:5555'
|
||||
|
||||
current = {@AppID, @APIRoot, @APITokens}
|
||||
|
||||
|
|
Loading…
Reference in a new issue