mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-07 21:45:39 +00:00
fix build
This commit is contained in:
@@ -44,7 +44,7 @@ class ExposedPollsToMessagesInfoRepo(
|
||||
it[messageIdColumn] = v.messageId.long
|
||||
}
|
||||
|
||||
override fun insertKey(k: PollId, v: ShortMessageInfo, it: InsertStatement<Number>) {
|
||||
override fun insertKey(k: PollId, v: ShortMessageInfo, it: UpdateBuilder<Int>) {
|
||||
it[keyColumn] = k.string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user