Skip to content

Commit 11a0893

Browse files
Jakob Schlanstedtwerererer
authored andcommitted
refactor(note-create): remove small redundancy
1 parent 3080445 commit 11a0893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/services/note_create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async function createNote(
125125
}
126126

127127
return createNoteWithUrl(
128-
resolvedOptions.target as "into" | "after" | "before",
128+
resolvedOptions.target,
129129
resolvedOptions as CreateNoteWithUrlOpts
130130
);
131131
}

0 commit comments

Comments
 (0)