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

test

parent 485c1703
No related branches found
No related tags found
2 merge requests!50merge dev into master,!23Dev
Pipeline #45363 failed
......@@ -7,6 +7,13 @@ async function saveAccountData(accountId, accountData) {
let account = await getAccount(accountId)
log('info', `saveAccountData account: ${JSON.stringify(account)}`)
log(
'info',
`saveAccountData account: ${JSON.stringify({
...account,
data: accountData,
})}`
)
account = await updateOrCreate(
[{ ...account, data: accountData }],
......
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