Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Aug 10, 2020
1 parent 48b19d1 commit da23a99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/known-organizations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ export const KnownOrganizations = {
domain: 'pnetwork.aragonid.eth',
image: pNetworkImage,
name: 'pNetwork',
template: null
}
template: null,
},
].map(org => [org.address.toLowerCase(), org])
),
rinkeby: new Map(
Expand Down Expand Up @@ -193,8 +193,8 @@ export const KnownOrganizations = {
domain: 'pnetwork.aragonid.eth',
image: pNetworkImage,
name: 'pNetwork',
template: null
}
template: null,
},
].map(org => [org.address.toLowerCase(), org])
),
}
Expand Down

0 comments on commit da23a99

Please sign in to comment.