1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

fix codacy finding

This commit is contained in:
Sebastian Gerske 2018-10-02 10:37:02 +02:00
parent c3e9242fe5
commit 02079ad012

View File

@ -42,7 +42,7 @@ export default class ContractHandler {
const dispute = await ContractHandler.deployContract(web3, "OceanDispute", deployerAddress, {
args: [market.options.address, registry.options.address, plcrVoting.options.address],
})
const auth = await ContractHandler.deployContract(web3, "OceanAuth", deployerAddress, {
await ContractHandler.deployContract(web3, "OceanAuth", deployerAddress, {
args: [market.options.address, dispute.options.address],
})
}