diff --git a/lib/index.js b/lib/index.js index 3f2fe38..dc7c19f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -29,7 +29,7 @@ module.exports.create = function(config) { init: function(opts) { //request = opts.request; - return null; + return Promise.resolve(null); }, set: function(data) {