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)
|
||||
}
|
||||
|
||||
console.log(`Updating Radio`, data, {
|
||||
redis_id,
|
||||
online: data.online,
|
||||
existMember,
|
||||
})
|
||||
console.log(`[${data.radio_id}] Updating radio data`)
|
||||
|
||||
global.sse.sendToChannel(`radio:${data.radio_id}`, {
|
||||
event: "update",
|
||||
|
Loading…
x
Reference in New Issue
Block a user