mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-14 10:42:49 -07:00
Fix typo
This commit is contained in:
parent
1a28ec7ea4
commit
8a209d643f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue