From 6a815490bbdac796eb37e868c2094f6c5f586ccc Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 4 Mar 2024 20:03:15 +0300 Subject: [PATCH] shout-data-debug --- index.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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({