whitespace

This commit is contained in:
Michael Bradley, Jr 2018-09-24 20:50:27 -05:00
parent e744a24557
commit 999d65bda0
1 changed files with 2 additions and 2 deletions

View File

@ -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) {