use-promise-4

This commit is contained in:
Untone 2024-03-04 19:48:22 +03:00
parent c4f3da9c3f
commit 4e1ccd80de

View File

@ -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/', {