chore(monorepo/server): rows import

This commit is contained in:
Elian Doran
2025-04-18 12:33:50 +03:00
parent 0c5a678a8a
commit a59954eb17
38 changed files with 38 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ import { getNoteTitle, processStringOrBuffer } from "../../services/utils.js";
import importUtils from "./utils.js";
import htmlSanitizer from "../html_sanitizer.js";
import type { File } from "./common.js";
import type { NoteType } from "../../becca/entities/rows.js";
import type { NoteType } from "@triliumnext/commons";
function importSingleFile(taskContext: TaskContext, file: File, parentNote: BNote) {
const mime = mimeService.getMime(file.originalname) || file.mimetype;