server: Fix missing .js import for note-interface

This commit is contained in:
Elian Doran
2024-07-24 20:23:34 +03:00
parent 212d61c1d2
commit ed0d86c787
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ import ws from "./ws.js";
import html2plaintext from "html2plaintext";
import { AttachmentRow, AttributeRow, BranchRow, NoteRow, NoteType } from '../becca/entities/rows.js';
import TaskContext from "./task_context.js";
import { NoteParams } from './note-interface';
import { NoteParams } from './note-interface.js';
import imageService from "./image.js";
interface FoundLink {