Browse Source

fix unbalanced parentheses in Db example function in model.lisp.

master
Craig Oates 2 years ago
parent
commit
d8f269b8bf
  1. 2
      src/model.lisp

2
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)))))

Loading…
Cancel
Save