use-promise-4
This commit is contained in:
@@ -65,6 +65,7 @@ const server = Server.configure({
|
|||||||
})
|
})
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
|
console.debug(data)
|
||||||
const { id: author_id } = data.get_author
|
const { id: author_id } = data.get_author
|
||||||
if (author_id) {
|
if (author_id) {
|
||||||
fetch('https://core.discours.io/', {
|
fetch('https://core.discours.io/', {
|
||||||
|
|||||||
Reference in New Issue
Block a user