fix: post replying
This commit is contained in:
parent
6555324650
commit
5a330b7a18
1 changed files with 1 additions and 5 deletions
|
@ -281,11 +281,7 @@
|
||||||
await trigger(\"atto::debounce\", [\"posts::create\"]);
|
await trigger(\"atto::debounce\", [\"posts::create\"]);
|
||||||
|
|
||||||
// poll
|
// poll
|
||||||
const poll_data = get_poll_data();
|
const poll_data = [true, null];
|
||||||
|
|
||||||
if (!poll_data[0]) {
|
|
||||||
return alert(poll_data[1]);
|
|
||||||
}
|
|
||||||
|
|
||||||
// create body
|
// create body
|
||||||
const body = new FormData();
|
const body = new FormData();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue