From 9aa3edd63aacfa523ce64ff967763b4fe30138fe Mon Sep 17 00:00:00 2001 From: mervecankus <41723119+mervecankus@users.noreply.github.com> Date: Wed, 9 Jan 2019 09:02:03 +0300 Subject: [PATCH] Removed "one" word used twice consecutively Removed one of the "one" word used twice consecutively in the comment above the loadFromConfig method call --- balance-transfer/app/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balance-transfer/app/helper.js b/balance-transfer/app/helper.js index 64896191..95275956 100644 --- a/balance-transfer/app/helper.js +++ b/balance-transfer/app/helper.js @@ -33,7 +33,7 @@ async function getClientForOrg (userorg, username) { // lets only load the network settings and save the client for later let client = hfc.loadFromConfig(hfc.getConfigSetting('network'+config)); - // This will load a connection profile over the top of the current one one + // This will load a connection profile over the top of the current one // since the first one did not have a client section and the following one does // nothing will actually be replaced. // This will also set an admin identity because the organization defined in the