From 254cd6471b49a4562006e3fbb7b0c830abdcc630 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 10 Mar 2025 20:47:41 +0100 Subject: [PATCH] [fix] [#32] Fix clj-kondo declaration typo (@icp1994) --- main/src/taoensso/telemere.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/taoensso/telemere.cljc b/main/src/taoensso/telemere.cljc index 6c68524..436eda5 100644 --- a/main/src/taoensso/telemere.cljc +++ b/main/src/taoensso/telemere.cljc @@ -43,7 +43,7 @@ #?(:clj without-filters) set-kind-filter! #?(:clj with-kind-filter) set-ns-filter! #?(:clj with-ns-filter) - set-id-filter #?(:clj with-id-filter) + set-id-filter! #?(:clj with-id-filter) set-min-level! #?(:clj with-min-level) #?(:clj with-handler) #?(:clj with-handler+)