From 38e59d55377ce92297da6b1ff2ad79a287feeeef Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 9 Jan 2024 21:37:34 -0600 Subject: [PATCH] remove the post in the lisp server... This will need to be rewritten and perhaps I'll stick with rust for now, but I do have the lisp server capable of working again. --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index 198827c..23c4f4c 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -535,7 +535,7 @@ with the image attached" (setq *last-list-data* (append *last-list-data* form-list)))) - (post-health-form *last-list-data*) + ;; (post-health-form *last-list-data*) (if (mail-health-form *last-list-data* attachment) (format nil "thankyou")))))))