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) {
|
||||
//request = opts.request;
|
||||
return null;
|
||||
return Promise.resolve(null);
|
||||
},
|
||||
|
||||
set: function(data) {
|
||||
|
||||
Завантаження…
x
Посилання в новій задачі
Block a user