Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam
2020-12-22 22:38:37 +01:00
4 changed files with 5 additions and 10 deletions

View File

@@ -23,11 +23,7 @@ function exportBranch(req, res) {
try {
if (type === 'subtree' && (format === 'html' || format === 'markdown')) {
const start = Date.now();
zipExportService.exportToZip(taskContext, branch, format, res);
console.log("Export took", Date.now() - start, "ms");
}
else if (type === 'single') {
singleExportService.exportSingleNote(taskContext, branch, format, res);