Skip to content

Commit

Permalink
FIx linting errors (second try) and fix error in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
DirgoSalga committed Sep 15, 2024
1 parent 9ee4421 commit be81684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/app-gocardless/banks/spk_worms_alzey_ried_malade51wor.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export default {
},

normalizeTransaction(transaction, _booked) {
const date =
transaction.bookingDate ||
const date = transaction.bookingDate ||

Check failure on line 27 in src/app-gocardless/banks/spk_worms_alzey_ried_malade51wor.js

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎·····`
transaction.valueDate;
if (!date) {
return null;
Expand Down Expand Up @@ -53,7 +52,6 @@ export default {
};
},


calculateStartingBalance(sortedTransactions = [], balances = []) {
const currentBalance = balances.find(
(balance) => 'interimAvailable' === balance.balanceType,
Expand Down
2 changes: 1 addition & 1 deletion upcoming-release-notes/454.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Enhancements
authors: DirgoSalga
authors: [DirgoSalga]
---

Add integration of Rheinhessen Sparkasse (SPK_WORMS_ALZEY_RIED_MALADE51WOR) to the GoCardless app

0 comments on commit be81684

Please sign in to comment.