fix a completely wrong function signature

This commit is contained in:
ansuz 2019-06-13 11:24:01 +02:00
parent 5a1c25a0df
commit 2605d27e3f
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ nThen(function (w) {
return void console.error(err);
}
pins = _;
}, {
}), {
pinPath: config.pinPath,
}));
});
// load the logging module so that you have a record of which
// files were archived or deleted at what time