mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
Revert "fix(sidebar): use n1_id to verify edgehill server"
This reverts commit 2e1bf03700
.
This commit is contained in:
parent
614865c439
commit
a53f2ade75
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ module.exports = class ClearbitDataSource
|
|||
return "https://person.clearbit.com/v2/combined"
|
||||
|
||||
find: ({email}) ->
|
||||
n1_id = NylasEnv.config.get('updateIdentity')
|
||||
tok = AccountStore.tokenForAccountId(AccountStore.accounts()[0].id)
|
||||
new Promise (resolve, reject) =>
|
||||
EdgehillAPI.request
|
||||
path: "/proxy/clearbit/#{@clearbitAPI()}/find?email=#{email}&n1_id=#{n1_id}",
|
||||
path: "/proxy/clearbit/#{@clearbitAPI()}/find?email=#{email}&api_token=#{tok}",
|
||||
success: (body) =>
|
||||
resolve(@parseResponse(body))
|
||||
error: reject
|
||||
|
|
Loading…
Reference in a new issue