update expire-channels.js use of file storage to accomodate an API change

This commit is contained in:
ansuz 2020-06-24 10:20:20 -04:00
parent 351b4cddf9
commit 131b985902
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ nThen(function (w) {
config.log = _log;
}));
}).nThen(function (w) {
FileStorage.create(config, w(function (_store) {
FileStorage.create(config, w(function (err, _store) {
config.store = _store;
// config.taskPath