mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
server-ts: Convert routes/api/special_notes
This commit is contained in:
@@ -166,7 +166,7 @@ function createScriptLauncher(parentNoteId: string, forceNoteId?: string) {
|
||||
interface LauncherConfig {
|
||||
parentNoteId: string;
|
||||
launcherType: string;
|
||||
noteId: string;
|
||||
noteId?: string;
|
||||
}
|
||||
|
||||
function createLauncher({ parentNoteId, launcherType, noteId }: LauncherConfig) {
|
||||
|
||||
Reference in New Issue
Block a user