shout-data-debug

This commit is contained in:
Untone 2024-03-04 20:03:15 +03:00
parent dc1436cdc1
commit 6a815490bb

View File

@ -83,7 +83,8 @@ const server = Server.configure({
}),
})
.then(res => res.json())
.then(({ data }) => {
.then((data) => {
console.debug('shout data:', data)
const { authors } = data.get_shout;
if (authors.includes(author_id)) {
return resolve({