mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 02:25:45 +08:00
AccountId -> accountId
This commit is contained in:
parent
9ba3ac1bfd
commit
5a56c9a4e4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const buildAccountWith = ({name, email, provider, settings, credentials}) => {
|
|||
|
||||
return account.save().then((saved) =>
|
||||
AccountToken.create({
|
||||
AccountId: saved.id,
|
||||
accountId: saved.id,
|
||||
}).then((token) =>
|
||||
Promise.resolve({account: saved, token: token})
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue