Skip to content

Commit

Permalink
psybers feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Aug 17, 2024
1 parent 919b5d4 commit 12e115d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/loot-core/src/server/accounts/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,10 @@ async function downloadGoCardlessTransactions(
startingBalance,
};
} else {
const {
transactions: { all },
} = res;

console.log('Response:', res);

return {
transactions: all,
transactions: res.transactions.all,
};
}
}
Expand Down

0 comments on commit 12e115d

Please sign in to comment.