Fix UserInfoCommand.kt file name
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2025-10-25 13:08:41 +02:00
parent a3d3123b33
commit 25d76ea09f

View File

@ -11,7 +11,7 @@ import org.jetbrains.exposed.v1.jdbc.transactions.transaction
import kotlin.time.DurationUnit import kotlin.time.DurationUnit
import kotlin.time.ExperimentalTime import kotlin.time.ExperimentalTime
class UsesrInfoCommand: CliktCommand("info") { class UserInfoCommand: CliktCommand("info") {
val user by requireObject<SteamwarUser>("user") val user by requireObject<SteamwarUser>("user")
@OptIn(ExperimentalTime::class) @OptIn(ExperimentalTime::class)