fix: global question answering

This commit is contained in:
trisua 2025-06-05 16:42:54 -04:00
parent 0f556bb7c8
commit 50319f9124
2 changed files with 1 additions and 7 deletions

View file

@ -61,11 +61,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();