From d8f269b8bf9bdb1e167df6a5a6cc6c28672ca909 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 17 Dec 2021 17:51:33 +0000 Subject: [PATCH] fix unbalanced parentheses in Db example function in model.lisp. --- src/model.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))))