diff --git a/src/mount/core.cljc b/src/mount/core.cljc index 468beee..e1d57d4 100644 --- a/src/mount/core.cljc +++ b/src/mount/core.cljc @@ -167,7 +167,7 @@ ;;TODO args might need more thinking (defn args [] @-args) -(defn- find-all-states [] +(defn find-all-states [] (keys @meta-state)) #?(:clj