Array usage examples
This commit is contained in:
@ -2,4 +2,5 @@ module.exports = function(deployer) {
|
||||
deployer.deploy(BadFailEarly);
|
||||
deployer.deploy(GoodFailEarly);
|
||||
deployer.deploy(PullPaymentBid);
|
||||
deployer.deploy(BadArrayUse);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user