From 4e1ccd80dee4e240b6de687e3a5028f6a1467b86 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 4 Mar 2024 19:48:22 +0300 Subject: [PATCH] use-promise-4 --- index.mjs | 1 + 1 file changed, 1 insertion(+) 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/', {