Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Mar 4, 2024
1 parent e1e1470 commit 3e9c8a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apps/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
### Dashboard

###
2 changes: 1 addition & 1 deletion packages/gocardless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const transformDescription = (transaction, name) => {

export const transformTransactions = (transactions, { teamId, accountId }) => {
// We want to insert transactions in reversed order so the incremental id in supabase is correct
return transactions?.map((transaction) => {
return transactions?.reverse().map((transaction) => {
const method = mapTransactionMethod(
transaction.proprietaryBankTransactionCode
);
Expand Down

0 comments on commit 3e9c8a6

Please sign in to comment.