mirror of
https://github.com/zadam/trilium.git
synced 2026-01-17 12:04:24 +01:00
chore(core): fix import
This commit is contained in:
parent
872ab0864b
commit
adfe490480
@ -2,9 +2,9 @@ import type { AttributeRow, BranchRow, NoteRow } from "@triliumnext/commons";
|
||||
import type { Request } from "express";
|
||||
|
||||
import becca from "../../becca/becca.js";
|
||||
import { NotFoundError } from "src/errors.js";
|
||||
import { getLog } from "src/services/log.js";
|
||||
import type BNote from "src/becca/entities/bnote.js";
|
||||
import { NotFoundError } from "../../errors.js";
|
||||
import { getLog } from "../../services/log.js";
|
||||
import type BNote from "../../becca/entities/bnote.js";
|
||||
|
||||
function getNotesAndBranchesAndAttributes(_noteIds: string[] | Set<string>) {
|
||||
const noteIds = new Set(_noteIds);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user