From e4b5556c05ad0cc2caf6bd061b1b76364f095d8f Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 29 Mar 2019 10:53:46 +0800 Subject: [PATCH] buy-eth-url - lint fix --- app/scripts/lib/buy-eth-url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/lib/buy-eth-url.js b/app/scripts/lib/buy-eth-url.js index 387f41392..fbe6c6c9e 100644 --- a/app/scripts/lib/buy-eth-url.js +++ b/app/scripts/lib/buy-eth-url.js @@ -11,7 +11,7 @@ module.exports = getBuyEthUrl * network does not match any of the specified cases, or if no network is given, returns undefined. * */ -function getBuyEthUrl({ network, amount, address, service }) { +function getBuyEthUrl ({ network, amount, address, service }) { // default service by network if not specified if (!service) service = getDefaultServiceForNetwork(network)