Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 8, 2024
1 parent 793a693 commit 079887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/engine/src/providers/pluggy/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const transformTransaction = (
status: transaction.status === "POSTED" ? "posted" : "pending",
balance: transaction.balance,
category: transaction.category,
method: transaction.type,
// method: transaction.type,
description: null,
currency_rate: null,
currency_source: null,
Expand Down

0 comments on commit 079887b

Please sign in to comment.