This commit is contained in:
doubleface 2018-11-20 13:40:25 +01:00
parent 68ca6bbb31
commit 1eea762a2c
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ async function getAllDeclaration(params, declarationList) {
accData.lastSaved = declarationList[i]
this.saveAccountData(accData, { merge: false })
} catch (error) {
log('error',error)
log('error', error)
break
}
}