Forget the macro, I guess?
This commit is contained in:
parent
8f1343b141
commit
5e5df3b4e9
|
@ -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")))))
|
||||||
|
|
Loading…
Reference in New Issue