diff --git a/src/backend/index.ts b/src/backend/index.ts index 9a0a6b1..fb8b5b8 100644 --- a/src/backend/index.ts +++ b/src/backend/index.ts @@ -54,6 +54,7 @@ export class Actual { amount: utils.amountToInteger(transaction.amount), notes: transaction.title, imported_payee: transaction.to, + cleared: false }; const findAccount = (name: string) => {