diff --git a/index.mjs b/index.mjs index 9c3278f..6e4bea5 100644 --- a/index.mjs +++ b/index.mjs @@ -83,7 +83,8 @@ const server = Server.configure({ }), }) .then(res => res.json()) - .then(({ data }) => { + .then((data) => { + console.debug('shout data:', data) const { authors } = data.get_shout; if (authors.includes(author_id)) { return resolve({