mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-28 16:05:04 +00:00
remove unused var
This commit is contained in:
parent
4f20d31b4c
commit
7d795fa180
@ -62,7 +62,7 @@ class DeployManager {
|
||||
|
||||
async.waterfall([
|
||||
function buildContracts(callback) {
|
||||
self.events.request("contracts:build", self.deployOnlyOnConfig, (cb) => {
|
||||
self.events.request("contracts:build", self.deployOnlyOnConfig, () => {
|
||||
callback();
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user