fix(recents): Fix get recent chapters query

This commit is contained in:
Ahmad Ansori Palembani 2024-08-16 20:07:22 +07:00
parent ce94bd2ad6
commit 16a51f00c4
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ class RecentChapter(
return chapterRepository.getRecents(
filterScanlators,
"%${search.sqLite}%",
search.sqLite,
limit,
actualOffset,
)