refactor(note-create): remove as typecast

This commit is contained in:
Jakob Schlanstedt 2025-10-30 18:43:39 +01:00
parent 7e4833e893
commit d3db48c99b

View File

@ -155,7 +155,6 @@ async function promptForType(
};
if (notePath) {
resolvedOptions = resolvedOptions as CreateNoteWithUrlOpts;
resolvedOptions = {
...resolvedOptions,
target: "into",