diff --git a/index.mjs b/index.mjs index b5d95b0..80d6a37 100644 --- a/index.mjs +++ b/index.mjs @@ -65,6 +65,7 @@ const server = Server.configure({ }) .then(res => res.json()) .then(data => { + console.debug(data) const { id: author_id } = data.get_author if (author_id) { fetch('https://core.discours.io/', {