Fix updates query
This commit is contained in:
parent
4743276b20
commit
28f7e03cab
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ class UpdatesQuery(val driver: SqlDriver, val after: Long, val limit: Long) : Ex
|
|||
mapper,
|
||||
2,
|
||||
binders = {
|
||||
bindLong(1, after)
|
||||
bindLong(2, limit)
|
||||
bindLong(0, after)
|
||||
bindLong(1, limit)
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue