mirror of
https://github.com/penpot/penpot.git
synced 2026-07-23 06:28:14 +00:00
🐛 Fix future linter issue on common schema ns
This commit is contained in:
parent
9064b9f849
commit
1da5fd106a
@ -29,8 +29,7 @@
|
||||
|
||||
(defprotocol ILazySchema
|
||||
(-validate [_ o])
|
||||
(-explain [_ o])
|
||||
(-decode [_ o]))
|
||||
(-explain [_ o]))
|
||||
|
||||
(def default-options
|
||||
{:registry sr/default-registry})
|
||||
@ -337,9 +336,7 @@
|
||||
(-validate [_ o]
|
||||
(@validator o))
|
||||
(-explain [_ o]
|
||||
(@explainer o))
|
||||
(-decode [_ o]
|
||||
(@decoder o)))))
|
||||
(@explainer o)))))
|
||||
|
||||
;; --- BUILTIN SCHEMAS
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user