merge whitespace conflicts

This commit is contained in:
AJ ONeal 2019-07-23 22:02:34 -06:00
parent 8535a4c73a
commit c381bd782a
1 changed files with 4 additions and 5 deletions

View File

@ -65,16 +65,15 @@ module.exports.create = function(config) {
//"isServing": true //"isServing": true
} }
}); });
})
})
.then(function(resp) { .then(function(resp) {
if (resp.body.error) { if (resp.body.error) {
console.error(resp.headers); console.error(resp.headers);
console.error(resp.body); console.error(resp.body);
throw new Error(resp.body.error); throw new Error(resp.body.error);
} }
return null return null;
}); });
}, },
remove: function(data) { remove: function(data) {
// console.info('Remove TXT', data); // console.info('Remove TXT', data);