diff --git a/common/src/app/common/exceptions.cljc b/common/src/app/common/exceptions.cljc index 424a594a85..142b67fffe 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]