Этот коммит содержится в:
AJ ONeal 2019-07-23 22:02:34 -06:00
родитель 8535a4c73a
Коммит c381bd782a
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

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