refactor(note-create): remove small redundancy

This commit is contained in:
Jakob Schlanstedt 2025-10-28 18:59:19 +01:00
parent 82a3be06d1
commit 3438f1103d

View File

@ -125,7 +125,7 @@ async function createNote(
}
return createNoteWithUrl(
resolvedOptions.target as "into" | "after" | "before",
resolvedOptions.target,
resolvedOptions as CreateNoteWithUrlOpts
);
}