author-id-fix

This commit is contained in:
Untone 2024-03-04 19:58:44 +03:00
parent 3fad993856
commit 3bd3ee30dd

View File

@ -65,7 +65,7 @@ const server = Server.configure({
.then(res => res.json())
.then(data => {
console.debug(data)
const { id: author_id } = data.get_author
const { id: author_id } = data.get_author_id
if (author_id) {
fetch('https://core.discours.io/', {
method: 'POST',