File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
backend/src/main/kotlin/org/jetbrains/kotlinconf/backend Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ fun Route.votingRoutes() {
49
49
50
50
val session = sessionize.getConferenceData().sessions.firstOrNull { it.id == sessionId }
51
51
? : throw NotFound ()
52
- 2
52
+
53
53
val nowTime = timeService.now()
54
54
55
55
val startVotesAt = session.startsAt.toInstant(EVENT_TIME_ZONE )
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ package org.jetbrains.kotlinconf.backend.services
5
5
import io.ktor.client.HttpClient
6
6
import io.ktor.client.call.body
7
7
import io.ktor.client.request.get
8
- import io.ktor.client.statement.bodyAsText
9
8
import io.ktor.utils.io.core.Closeable
10
9
import kotlinx.coroutines.DelicateCoroutinesApi
11
10
import kotlinx.coroutines.GlobalScope
You can’t perform that action at this time.
0 commit comments