diff --git a/feed.js b/feed.js index f63cef0..e29baad 100644 --- a/feed.js +++ b/feed.js @@ -510,7 +510,7 @@ function feedDelete (callback) { }.bind(this)); } else { if(callback) { - callback('Success', this.name); + callback(null, this.name); } } }.bind(this));