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

lint fix 2000

parent 2681663b
Branches
Tags
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") `nil
(= (name entity) "Database") `(comment "@(:can-read database) is always true.") ; put some non-constant value here so Eastwood doesn't complain about unused return values
: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