From 999d65bda0d0e145fe0751b180c4070040e9910c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 24 Sep 2018 20:50:27 -0500 Subject: [PATCH] whitespace --- lib/modules/storage/storageProcessesLauncher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modules/storage/storageProcessesLauncher.js b/lib/modules/storage/storageProcessesLauncher.js index 79b9a3b8c..0aa17df13 100644 --- a/lib/modules/storage/storageProcessesLauncher.js +++ b/lib/modules/storage/storageProcessesLauncher.js @@ -39,12 +39,12 @@ class StorageProcessesLauncher { else corsParts.push('http://localhost:8000'); } - // add all dapp connection storage + // add all dapp connection storage if(this.storageConfig.enabled) { this.storageConfig.dappConnection.forEach(dappConn => { if(dappConn.provider === storageName) return; // do not add CORS URL for ourselves if(dappConn.getUrl || dappConn.host){ - + // if getUrl is specified in the config, that needs to be included in cors // instead of the concatenated protocol://host:port if(dappConn.getUrl) {