mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-09-16 13:39:30 +00:00
fix build
This commit is contained in:
@@ -50,7 +50,7 @@ class ExposedTimersRepo(
|
||||
it[dateTimeColumn] = v.unixMillisLong
|
||||
}
|
||||
|
||||
override fun insertKey(k: PostId, v: DateTime, it: InsertStatement<Number>) {
|
||||
override fun insertKey(k: PostId, v: DateTime, it: UpdateBuilder<Int>) {
|
||||
it[keyColumn] = k.string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user