mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
clarify param is not used
This commit is contained in:
parent
ffbd39882a
commit
4305d63108
@ -212,7 +212,7 @@ class ContractDeployer {
|
||||
});
|
||||
},
|
||||
function applyBeforeDeploy(next) {
|
||||
self.plugins.emitAndRunActionsForEvent('deploy:contract:beforeDeploy', {contract: contract}, () => {
|
||||
self.plugins.emitAndRunActionsForEvent('deploy:contract:beforeDeploy', {contract: contract}, (_params) => {
|
||||
next();
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user