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() {
4949
5050 val session = sessionize.getConferenceData().sessions.firstOrNull { it.id == sessionId }
5151 ? : throw NotFound ()
52- 2
52+
5353 val nowTime = timeService.now()
5454
5555 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
55import io.ktor.client.HttpClient
66import io.ktor.client.call.body
77import io.ktor.client.request.get
8- import io.ktor.client.statement.bodyAsText
98import io.ktor.utils.io.core.Closeable
109import kotlinx.coroutines.DelicateCoroutinesApi
1110import kotlinx.coroutines.GlobalScope
You can’t perform that action at this time.
0 commit comments