Make init return a promise to comply with Greenlock's expectations
This commit is contained in:
父節點
d07dffd46e
當前提交
d84ffdfcdf
@ -29,7 +29,7 @@ module.exports.create = function(config) {
|
|||||||
|
|
||||||
init: function(opts) {
|
init: function(opts) {
|
||||||
//request = opts.request;
|
//request = opts.request;
|
||||||
return null;
|
return Promise.resolve(null);
|
||||||
},
|
},
|
||||||
|
|
||||||
set: function(data) {
|
set: function(data) {
|
||||||
|
載入中…
x
新增問題並參考
Block a user