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.
This commit is contained in:
Chris Cochrun 2024-01-09 21:37:34 -06:00
parent 4004b1cf9d
commit 38e59d5537

View file

@ -535,7 +535,7 @@ with the image attached"
(setq *last-list-data* (setq *last-list-data*
(append *last-list-data* form-list)))) (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) (if (mail-health-form *last-list-data* attachment)
(format nil "thankyou"))))))) (format nil "thankyou")))))))