Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #345 from MortalKastor/fix-build
Browse files Browse the repository at this point in the history
Fix build error from uglifyjs
  • Loading branch information
meriadec authored May 21, 2018
2 parents 9262a59 + ea699bd commit 9a6dea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internals/devices/getAddressForCurrency/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ const all = {
ethereum_testnet: btc,
}

const module: Module = (currencyId: string) => all[currencyId] || fallback(currencyId)
const getAddressForCurrency: Module = (currencyId: string) => all[currencyId] || fallback(currencyId)

export default module
export default getAddressForCurrency

0 comments on commit 9a6dea1

Please sign in to comment.