mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-16 01:04:08 -05:00
Fix usage of deprecated functions (#1192)
* Fix usage of deprecated functions * lint * Lint * Another
This commit is contained in:
@@ -66,7 +66,8 @@ object Page {
|
||||
.selectAll()
|
||||
.where { (PageTable.chapter eq chapterId) }
|
||||
.orderBy(PageTable.index to SortOrder.ASC)
|
||||
.limit(1, index.toLong())
|
||||
.limit(1)
|
||||
.offset(index.toLong())
|
||||
.first()
|
||||
}
|
||||
val tachiyomiPage =
|
||||
|
||||
Reference in New Issue
Block a user