Skip to content

Commit

Permalink
fix line endings + author format
Browse files Browse the repository at this point in the history
  • Loading branch information
Froghut authored Dec 3, 2024
1 parent 4de840a commit b57b35f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/app-gocardless/banks/HANSEATIC_HSTBDEHH.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Fallback from './integration-bank.js';

/** @type {import('./bank.interface.js').IBank} */
export default {
...Fallback,

institutionIds: ['HANSEATIC_HSTBDEHH'],

accessValidForDays: 89,

import Fallback from './integration-bank.js';

/** @type {import('./bank.interface.js').IBank} */
export default {
...Fallback,

institutionIds: ['HANSEATIC_HSTBDEHH'],

accessValidForDays: 89,

Check failure on line 10 in src/app-gocardless/banks/HANSEATIC_HSTBDEHH.js

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎};` with `};⏎`
};
2 changes: 1 addition & 1 deletion upcoming-release-notes/514.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Bugfix
authors: Froghut
authors: [Froghut]
---

Fix gocardless bank "Hanseatic Bank"

0 comments on commit b57b35f

Please sign in to comment.