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

test

parent 41437d87
No related branches found
No related tags found
2 merge requests!19Feat/us858 save expiration date,!17fix/US846-onDelete
......@@ -19,7 +19,7 @@ async function onDeleteAccount() {
if (accountRev) {
log('info', 'Account rev exist')
const accountData = await getAccount(ACCOUNT_ID)
const accountData = await getAccount(ACCOUNT_ID, accountRev)
// Parse local info for deletion test
if (isLocal()) {
log('warn', 'Local run')
......
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