Skip to content

Commit 4c3220d

Browse files
authored
Remove typo in VotingRoutes.kt (#533)
* Remove typo Signed-off-by: Kim Jongil <[email protected]> * Remove unused import Signed-off-by: Kim Jongil <[email protected]> --------- Signed-off-by: Kim Jongil <[email protected]>
1 parent 96b7d42 commit 4c3220d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/src/main/kotlin/org/jetbrains/kotlinconf/backend/routes/VotingRoutes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

backend/src/main/kotlin/org/jetbrains/kotlinconf/backend/services/SessionizeService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package org.jetbrains.kotlinconf.backend.services
55
import io.ktor.client.HttpClient
66
import io.ktor.client.call.body
77
import io.ktor.client.request.get
8-
import io.ktor.client.statement.bodyAsText
98
import io.ktor.utils.io.core.Closeable
109
import kotlinx.coroutines.DelicateCoroutinesApi
1110
import kotlinx.coroutines.GlobalScope

0 commit comments

Comments
 (0)