Skip to content

Commit

Permalink
[fix] Broken handler ns and kind filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 8, 2024
1 parent a39b720 commit 2319423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/telemere/impl.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
;; incl. lazy + cached `signal-value_` field.
[ns kind id level signal-value_]
sigs/IFilterableSignal
(allow-signal? [_ sig-filter] (sig-filter ns kind id level))
(allow-signal? [_ sig-filter] (sig-filter kind ns id level))
(signal-value [_ handler-sample-rate]
(let [sig-val @signal-value_]
(or
Expand Down

0 comments on commit 2319423

Please sign in to comment.