From 819492f4535361ac18840f82dc70deeba849d3df Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 25 Aug 2022 11:28:06 +0200 Subject: [PATCH] :sparkles: Remove release build warnings --- common/src/app/common/exceptions.cljc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/app/common/exceptions.cljc b/common/src/app/common/exceptions.cljc index 424a594a8..142b67fff 100644 --- a/common/src/app/common/exceptions.cljc +++ b/common/src/app/common/exceptions.cljc @@ -81,8 +81,8 @@ (deref [_] cause))) -(ns-unmap 'app.common.exceptions '->WrappedException) -(ns-unmap 'app.common.exceptions 'map->WrappedException) +#?(:clj (ns-unmap 'app.common.exceptions '->WrappedException)) +#?(:clj (ns-unmap 'app.common.exceptions 'map->WrappedException)) (defn wrapped? [o]