mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 16:46:38 +00:00
whitespace
This commit is contained in:
parent
e744a24557
commit
999d65bda0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user