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