mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
some debugs on WSTimerRoutes.kt again
This commit is contained in:
parent
37b5fda691
commit
5a050f9d5c
@ -53,7 +53,7 @@ fun Routing.wsTimerRoutes() {
|
|||||||
} else {
|
} else {
|
||||||
CoroutineScope(Dispatchers.Default).launch {
|
CoroutineScope(Dispatchers.Default).launch {
|
||||||
sendSerialized(TimerResponse(
|
sendSerialized(TimerResponse(
|
||||||
TimerConfigService.getConfig(user)?.option ?: TimerType.STREAM_OFF.value,
|
TimerConfigService.getConfig(user)?.option ?: TimerType.REMOVE.value,
|
||||||
null
|
null
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user