server-ts: Convert routes/api/special_notes

This commit is contained in:
Elian Doran
2024-04-06 23:11:02 +03:00
parent 249e81c9eb
commit c1875a8c8f
2 changed files with 21 additions and 20 deletions

View File

@@ -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) {