This commit is contained in:
AJ ONeal 2015-12-15 13:13:52 +00:00
parent 278125bfd9
commit 3af1523a35
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var fs = require('fs');
var path = require('path');
module.exports.agreeToTerms = function (args, agree) {
agree(args.agreeTos);
agree(null, args.agreeTos);
};
module.exports.setChallenge = function (args, challengePath, keyAuthorization, done) {