Removed transaction logger
All checks were successful
Deploy application / deploy (push) Successful in 3s
All checks were successful
Deploy application / deploy (push) Successful in 3s
This commit is contained in:
parent
18a0fbfac8
commit
41cb92cce5
@ -38,12 +38,6 @@ export async function daily(actual: Actual, bank: Bank): Promise<void> {
|
|||||||
bankTransactionIntoActualTransaction(transaction, accountId),
|
bankTransactionIntoActualTransaction(transaction, accountId),
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.debug({
|
|
||||||
aMessage: "Mapped from Bank to Actual",
|
|
||||||
from: transactions,
|
|
||||||
to: actualTransactions,
|
|
||||||
})
|
|
||||||
|
|
||||||
// TODO Import transactions into Actual
|
// TODO Import transactions into Actual
|
||||||
// If multiple accounts, loop over them
|
// If multiple accounts, loop over them
|
||||||
// Get account ID from mapper
|
// Get account ID from mapper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user