🐛 Fix backend notifications on dashboard

This commit is contained in:
Andrey Antukh 2025-04-07 14:00:06 +02:00
parent 8c38e41261
commit 45cdfff128

View file

@ -56,8 +56,7 @@
(rx/filter (fn [{:keys [topic] :as msg}]
(or (= topic uuid/zero)
(= topic profile-id))))
(rx/map process-message)
(rx/ignore)))
(rx/map process-message)))
(rx/take-until stopper))))))