Skip to content

Commit e90830b

Browse files
James TsaiJames Tsai
authored andcommitted
fix: remove unused code
1 parent a16afdc commit e90830b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/notes/create.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ raUuSTetT5uQbqQfLnz9lA A new note gvfz2UB5THiKABQJQnLs6Q
3131
async run() {
3232
const {flags} = await this.parse(Create)
3333
const pipeString = await readStdin()
34-
if (pipeString) return
3534

3635
const options: CreateNoteOptions = {
3736
title: flags.title,

0 commit comments

Comments
 (0)