Fix updates query
This commit is contained in:
parent
4743276b20
commit
28f7e03cab
@ -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…
x
Reference in New Issue
Block a user