Skip to content

Commit

Permalink
fix: Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Nov 17, 2023
1 parent a6a25fc commit 8981ba2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import kotlin.time.Duration
import kotlin.time.toJavaDuration
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.asFlow
import kotlinx.serialization.Serializable
import org.jetbrains.exposed.sql.Database
import org.jetbrains.exposed.sql.ResultRow
import org.jetbrains.exposed.sql.SchemaUtils
Expand Down Expand Up @@ -68,6 +69,7 @@ enum class PardonResult {
ALREADY_PARDONED
}

@Serializable
data class PunishmentEvent(
val author: Identity,
val type: Type,
Expand Down

0 comments on commit 8981ba2

Please sign in to comment.