Merge pull request #29 from dalbodeule/develop

some debugs on WSTimerRoutes.kt again
This commit is contained in:
JinU Choi
2024-08-04 16:11:06 +09:00
committed by GitHub

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