diff --git a/src/model.lisp b/src/model.lisp index 6f176df..1ff2276 100644 --- a/src/model.lisp +++ b/src/model.lisp @@ -233,4 +233,4 @@ COPY THE CODE BELOW INTO SLIME OR WORK THEM INTO A FUNCTION. (mito:select-dao 'rails-to-caveman.model::user (sxql:where `(:and (:<= 12 :number) - (:<= :number 14)))) + (:<= :number 14)))))