Skip to content

Commit 89c1415

Browse files
Jakob Schlanstedtwerererer
authored andcommitted
refactor(note-create): remove as typecast
1 parent 85ad2c5 commit 89c1415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/client/src/services/note_create.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ async function promptForType(
155155
};
156156

157157
if (notePath) {
158-
resolvedOptions = resolvedOptions as CreateNoteWithUrlOpts;
159158
resolvedOptions = {
160159
...resolvedOptions,
161160
target: "into",

0 commit comments

Comments
 (0)