diff --git a/src/tattler/core.clj b/src/tattler/core.clj index 517b6b7..5a48be7 100644 --- a/src/tattler/core.clj +++ b/src/tattler/core.clj @@ -34,7 +34,7 @@ (if note-msg (let [note (:payload note-msg)] (if (t/validate Notification note) - (when (>= (:urgency note) urgency-threshold) + (if (>= (:urgency note) urgency-threshold) (notify/send-notification! mqtt-client (-> note (assoc :app app)