mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-06-04 11:42:19 +00:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user