diff --git a/index.mjs b/index.mjs index 9cbbf21..108a29c 100644 --- a/index.mjs +++ b/index.mjs @@ -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',