Remove release build warnings

This commit is contained in:
Andrey Antukh 2022-08-25 11:28:06 +02:00
parent 83905c2f56
commit 819492f453

View File

@ -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]