author-id-fix
This commit is contained in:
parent
3fad993856
commit
3bd3ee30dd
|
@ -65,7 +65,7 @@ const server = Server.configure({
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
console.debug(data)
|
console.debug(data)
|
||||||
const { id: author_id } = data.get_author
|
const { id: author_id } = data.get_author_id
|
||||||
if (author_id) {
|
if (author_id) {
|
||||||
fetch('https://core.discours.io/', {
|
fetch('https://core.discours.io/', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user