mirror of https://github.com/xwiki-labs/cryptpad
fix a completely wrong function signature
This commit is contained in:
parent
5a1c25a0df
commit
2605d27e3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue