some debugs on WSTimerRoutes.kt again

This commit is contained in:
dalbodeule
2024-08-04 16:07:51 +09:00
parent 37b5fda691
commit 5a050f9d5c

View File

@@ -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
))
}