mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-20 22:16:52 +00:00
Fix typo
This commit is contained in:
parent
1a28ec7ea4
commit
8a209d643f
@ -21,7 +21,7 @@ store - sqlTiddlerStore to use for saving tiddlers
|
||||
function MultipartFormManager(options) {
|
||||
const path = require("path");
|
||||
options = options || {};
|
||||
this.inboxPath = path.resolve(options.inboxPath,);
|
||||
this.inboxPath = options.inboxPath;
|
||||
this.store = options.store;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user