refactor: remove private as it's used by syncManager as well.

Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
KaiserBh 2023-10-11 23:23:53 +11:00
parent 6c4f1184cb
commit 010352fee3
No known key found for this signature in database
GPG Key ID: 14D73B142042BBA9

View File

@ -234,7 +234,7 @@ class BackupRestorer(
return updatedManga
}
private suspend fun updateManga(manga: Manga): Long {
suspend fun updateManga(manga: Manga): Long {
handler.await(true) {
mangasQueries.update(
source = manga.source,