mirror of
https://github.com/status-im/pluto.git
synced 2026-08-31 04:21:12 +00:00
Fixed incorrect error handling
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@
|
||||
|
||||
(defn parse-value-with [capacities t k f]
|
||||
(if (capacity? (get capacities t) k)
|
||||
[(error/syntax ::error/syntax {:type ::error/overridden} {:data k})]
|
||||
[(error/syntax ::error/invalid {:type ::error/overridden} {:data k})]
|
||||
(f)))
|
||||
|
||||
(def ^:private meta-properties
|
||||
|
||||
Reference in New Issue
Block a user