Skip to content
Snippets Groups Projects
Commit f77fb377 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

last test

parent caa47072
2 merge requests!50merge dev into master,!23Dev
......@@ -26,8 +26,7 @@ async function saveAccountData(accountId, accountData) {
account = await updateOrCreate(
[{ ...account, data: accountData }],
'io.cozy.accounts',
['account_type'],
{ sourceAccount: id }
['account_type']
)
log('info', `saveAccountData account reply: ${JSON.stringify(account)}`)
return account
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment