shout-data-debug
This commit is contained in:
parent
dc1436cdc1
commit
6a815490bb
|
@ -83,7 +83,8 @@ const server = Server.configure({
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(({ data }) => {
|
.then((data) => {
|
||||||
|
console.debug('shout data:', data)
|
||||||
const { authors } = data.get_shout;
|
const { authors } = data.get_shout;
|
||||||
if (authors.includes(author_id)) {
|
if (authors.includes(author_id)) {
|
||||||
return resolve({
|
return resolve({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user