mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(recents): Fix get recent chapters query
This commit is contained in:
parent
ce94bd2ad6
commit
16a51f00c4
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ class RecentChapter(
|
|||
|
||||
return chapterRepository.getRecents(
|
||||
filterScanlators,
|
||||
"%${search.sqLite}%",
|
||||
search.sqLite,
|
||||
limit,
|
||||
actualOffset,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue