mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
show less data verb
This commit is contained in:
parent
a7a4073348
commit
45ff1b8d76
@ -79,11 +79,7 @@ export default async (req) => {
|
|||||||
await global.websocket.redis.hdel(redis_id)
|
await global.websocket.redis.hdel(redis_id)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`Updating Radio`, data, {
|
console.log(`[${data.radio_id}] Updating radio data`)
|
||||||
redis_id,
|
|
||||||
online: data.online,
|
|
||||||
existMember,
|
|
||||||
})
|
|
||||||
|
|
||||||
global.sse.sendToChannel(`radio:${data.radio_id}`, {
|
global.sse.sendToChannel(`radio:${data.radio_id}`, {
|
||||||
event: "update",
|
event: "update",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user