rm unneeded param/arg

This commit is contained in:
Michael Bradley, Jr 2018-09-24 21:07:02 -05:00
parent cad7843c78
commit 16246b1d43
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class StorageProcessesLauncher {
});
}
buildCors(storageName)
buildCors()
{
let corsParts = [];
// add our webserver CORS
@ -113,7 +113,7 @@ class StorageProcessesLauncher {
action: constants.blockchain.init, options: {
storageConfig: self.storageConfig,
blockchainConfig: self.blockchainConfig,
cors: self.buildCors(storageName)
cors: self.buildCors()
}
});