Skip to content

Commit

Permalink
Update api.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Dec 26, 2022
1 parent d17149f commit 74b1faf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/quickblog/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,7 @@
:tags
{:desc "List of tags (default: 'clojure'; example: --tags tag1 tag2 \"tag3 has spaces\")"
:ref "<tags>"
:coerce []
:require true}}}}
:coerce []}}}}
[opts]
(let [{:keys [file title posts-dir tags]
:as opts} (apply-default-opts opts)
Expand Down

0 comments on commit 74b1faf

Please sign in to comment.