mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
Merge pull request #29 from dalbodeule/develop
some debugs on WSTimerRoutes.kt again
This commit is contained in:
commit
aad10a0f44
@ -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