From 0003c37147c27207aa2252fd88103477ae5e6049 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 27 Apr 2024 22:03:13 -0500 Subject: [PATCH] didn't use right condition --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index 738d3e0..63b847d 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -490,7 +490,7 @@ with the image attached" (log:info data) ;; This is extremely necessary so that cors is right (setf (tbnl:header-out :access-control-expose-headers) "*") - (if data + (when data (post-camp-data data) (mail-camp-form data nil)) (if (string= health "later")