Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Oct 23, 2024
1 parent 8a1e3bf commit 598cc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-gocardless/banks/1822-direkt-heladef1822.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import Fallback from './integration-bank.js';
export default {
...Fallback,

institutionIds: [ 'DIREKT_HELADEF1822' ],
institutionIds: ['DIREKT_HELADEF1822'],

normalizeTransaction(transaction, booked) {
transaction.remittanceInformationUnstructured =
transaction.remittanceInformationUnstructured ??
transaction.remittanceInformationStructured
transaction.remittanceInformationStructured;

return Fallback.normalizeTransaction(transaction, booked);
},
Expand Down

0 comments on commit 598cc78

Please sign in to comment.