We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278a0b6 commit 14233eeCopy full SHA for 14233ee
src/main/kotlin/com/coder/gateway/CoderGatewayConnectionProvider.kt
@@ -30,7 +30,6 @@ import java.time.format.DateTimeFormatter
30
31
class CoderGatewayConnectionProvider : GatewayConnectionProvider {
32
private val recentConnectionsService = service<CoderRecentWorkspaceConnectionsService>()
33
- private val sshConfigService = service<SshConfigManager>()
34
35
private val connections = mutableSetOf<CoderConnectionMetadata>()
36
private val localTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MMM-dd HH:mm")
0 commit comments