fix(core): update
This commit is contained in:
@ -49,7 +49,7 @@ tap.test('get bankaccounts', async (toolsArg) => {
|
||||
const transactions = await bankAccount.getTransactions();
|
||||
for (const transaction of transactions) {
|
||||
console.log(`=======================`)
|
||||
console.log(JSON.stringify(transaction));
|
||||
console.log(JSON.stringify(transaction.getNormalizedData()));
|
||||
}
|
||||
await toolsArg.delayFor(10000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user