Skip to content

Commit

Permalink
More linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed Dec 1, 2023
1 parent f7f3bba commit d4ef5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-gocardless/banks/bnp-be-gebabebb.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const SORTED_BALANCE_TYPE_LIST = [
/** @type {import('./bank.interface.js').IBank} */
export default {
institutionIds: [
'FINTRO_BE_GEBABEBB',
'FINTRO_BE_GEBABEBB',
'HELLO_BE_GEBABEBB',
'BNP_BE_GEBABEBB'
'BNP_BE_GEBABEBB',
],

normalizeAccount(account) {
Expand Down

0 comments on commit d4ef5f0

Please sign in to comment.