mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-05 03:43:56 +00:00
rm unneeded param/arg
This commit is contained in:
parent
cad7843c78
commit
16246b1d43
@ -28,7 +28,7 @@ class StorageProcessesLauncher {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
buildCors(storageName)
|
buildCors()
|
||||||
{
|
{
|
||||||
let corsParts = [];
|
let corsParts = [];
|
||||||
// add our webserver CORS
|
// add our webserver CORS
|
||||||
@ -113,7 +113,7 @@ class StorageProcessesLauncher {
|
|||||||
action: constants.blockchain.init, options: {
|
action: constants.blockchain.init, options: {
|
||||||
storageConfig: self.storageConfig,
|
storageConfig: self.storageConfig,
|
||||||
blockchainConfig: self.blockchainConfig,
|
blockchainConfig: self.blockchainConfig,
|
||||||
cors: self.buildCors(storageName)
|
cors: self.buildCors()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user