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,7 +65,6 @@ module.exports.create = function(config) {
//"isServing": true
}
});
})
.then(function(resp) {
if (resp.body.error) {
@ -73,7 +72,7 @@ module.exports.create = function(config) {
console.error(resp.body);
throw new Error(resp.body.error);
}
return null
return null;
});
},
remove: function(data) {