From 5a330b7a18f09ccf7a0191577e7636f8e24491d2 Mon Sep 17 00:00:00 2001 From: trisua Date: Wed, 4 Jun 2025 17:32:24 -0400 Subject: [PATCH] fix: post replying --- crates/app/src/public/html/post/post.lisp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/crates/app/src/public/html/post/post.lisp b/crates/app/src/public/html/post/post.lisp index 9b510e0..82f407c 100644 --- a/crates/app/src/public/html/post/post.lisp +++ b/crates/app/src/public/html/post/post.lisp @@ -281,11 +281,7 @@ await trigger(\"atto::debounce\", [\"posts::create\"]); // poll - const poll_data = get_poll_data(); - - if (!poll_data[0]) { - return alert(poll_data[1]); - } + const poll_data = [true, null]; // create body const body = new FormData();