Skip to content

Commit

Permalink
fix after update
Browse files Browse the repository at this point in the history
  • Loading branch information
rootofundefined committed Aug 15, 2020
1 parent fcd97c7 commit 8b75e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dao/Tables.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object DAOUsers : Table("users") {
object DAOPhrases : Table("idle_phrases") {
val type = enumerationByName("type",
Game.GameType.values().map { it.name.length }.max() ?: 9,
Game.GameType::class.java)
Game.GameType::class)
val phrase = text("phrase")
val weight = float("weight")
}

0 comments on commit 8b75e0e

Please sign in to comment.