mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
refactor(ts): enable verbatim module syntax
This commit is contained in:
@@ -5,7 +5,7 @@ import sql from "../../services/sql.js";
|
||||
import cls from "../../services/cls.js";
|
||||
import specialNotesService from "../../services/special_notes.js";
|
||||
import becca from "../../becca/becca.js";
|
||||
import { Request } from "express";
|
||||
import type { Request } from "express";
|
||||
|
||||
function getInboxNote(req: Request) {
|
||||
return specialNotesService.getInboxNote(req.params.date);
|
||||
|
||||
Reference in New Issue
Block a user