mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-01 11:49:10 +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) {
|
function MultipartFormManager(options) {
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
options = options || {};
|
options = options || {};
|
||||||
this.inboxPath = path.resolve(options.inboxPath,);
|
this.inboxPath = options.inboxPath;
|
||||||
this.store = options.store;
|
this.store = options.store;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user