use-promise-4
This commit is contained in:
parent
c4f3da9c3f
commit
4e1ccd80de
|
@ -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/', {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user