diff --git a/common/src/flybot/common/validation.cljc b/common/src/flybot/common/validation.cljc index c5e25576..31fe9ecd 100644 --- a/common/src/flybot/common/validation.cljc +++ b/common/src/flybot/common/validation.cljc @@ -162,7 +162,7 @@ #?(:clj (Integer/parseInt (str s)) :cljs (js/parseInt s))) (defn remove-empty-vals - "Given a map `m`, remove keys that have empty or nil values." + "Given a map `m`, remove keys that have empty maps or nil values." [m] (let [f (fn [x] (if (map? x)