fix: Plaid transactions syncing

This commit is contained in:
Ahmed Bouhuolia
2024-07-12 23:43:20 +02:00
parent 81b26c6f13
commit 59168bc691
6 changed files with 74 additions and 12 deletions

View File

@@ -37,7 +37,6 @@ export const transformPlaidAccountToCreateAccount = R.curry(
export const transformPlaidTrxsToCashflowCreate = R.curry(
(
cashflowAccountId: number,
creditAccountId: number,
plaidTranasction: PlaidTransaction
): CreateUncategorizedTransactionDTO => {
return {