fix(core): update

This commit is contained in:
2022-10-29 17:16:44 +02:00
parent 62537fffe2
commit 068198a02f
4 changed files with 24 additions and 9 deletions

View File

@ -50,7 +50,6 @@ tap.test('get bankaccounts', async (toolsArg) => {
for (const transaction of transactions) {
console.log(`=======================`)
console.log(JSON.stringify(transaction));
}
await toolsArg.delayFor(10000);
}