Skip to content

Commit

Permalink
feat: allow price to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
d12frosted committed Sep 21, 2024
1 parent 28d4dd7 commit 3d75f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vino.el
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ note as the only argument."
#'read-number
(lambda (v) (< v 0))
"Sugar g/l (C-g for N/A): "))
(price (read-string "Price: "))
(price (s-presence (read-string "Price: ")))

(title (format "%s %s %s"
(vulpea-note-title producer)
Expand Down

0 comments on commit 3d75f59

Please sign in to comment.