mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
update expire-channels.js use of file storage to accomodate an API change
This commit is contained in:
parent
351b4cddf9
commit
131b985902
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user