From c381bd782a71ae524523dc66b914f11364f8f1a3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 23 Jul 2019 22:02:34 -0600 Subject: [PATCH] merge whitespace conflicts --- lib/index.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/index.js b/lib/index.js index 7641179..d739b77 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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);