Skip to content
Snippets Groups Projects
Commit 2681663b authored by Cam Saul's avatar Cam Saul
Browse files

linty fix

parent 2f564d8c
No related branches found
No related tags found
No related merge requests found
......@@ -451,7 +451,7 @@
;; a separate multimethod or protocol so other models besides DB can write optimized
;; implementations. Currently, we always fetch an *entire* object to do read checking,
;; which is wasteful.
(= (name entity) "Database") `true
(= (name entity) "Database") `nil
:else `(read-check (sel :one ~entity :id ~id)))))
(defmacro write-check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment