Forget the macro, I guess?

This commit is contained in:
niten 2023-05-18 12:27:03 -07:00
parent 8f1343b141
commit 5e5df3b4e9
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@
:urgency (-> note :urgency (keyword)) :urgency (-> note :urgency (keyword))
}) })
(log/error! logger (format "rejecting invalid notification: %s" (log/error! logger (format "rejecting invalid notification: %s"
(->> note (t/explain Notification) (t/humanize))))) (t/humanize (t/explain Notification note)))))
(recur (<! note-chan))) (recur (<! note-chan)))
(log/info! logger "stopping"))))) (log/info! logger "stopping")))))