diff --git a/index.js b/index.js index 522bc10..cdb0fa7 100644 --- a/index.js +++ b/index.js @@ -187,7 +187,7 @@ module.exports.create = function (config) { // // On Success: Promise.resolve(null||{ id }) - do not return undefined, do not throw, do not reject // On Error: Promise.reject(new Error("something descriptive for the user")) - store.accounts.setAsync = function (/*opts, receipt*/) { + store.accounts.setAsync = function (/*opts*/) { //receipt = opts.receipt || receipt; //console.log('account.setAsync:', receipt); return PromiseA.resolve(null); diff --git a/package.json b/package.json index 5f3d12d..9c66b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "le-store-fs", - "version": "1.0.2", + "version": "1.0.3", "description": "A file-based certificate store for greenlock that supports wildcards.", "homepage": "https://git.coolaj86.com/coolaj86/le-store-fs.js", "main": "index.js",