allow import of multiple files at the same time

This commit is contained in:
zadam
2019-02-24 09:34:50 +01:00
parent 936f85c09e
commit 886ea6c68c
8 changed files with 46 additions and 48 deletions

View File

@@ -36,7 +36,7 @@ async function importToBranch(req) {
let note; // typically root of the import - client can show it after finishing the import
const importContext = new ImportContext(importId, safeImport);
const importContext = ImportContext.getInstance(importId, safeImport);
try {
if (extension === '.tar') {