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
commit aad10a0f44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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