chore: fix build error.

Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
KaiserBh 2023-12-30 21:44:28 +11:00
parent 6466bf040a
commit ea536b04f1
No known key found for this signature in database
GPG Key ID: 14D73B142042BBA9

View File

@ -120,7 +120,7 @@ abstract class SyncService(
remote.copy(chapters = mergedChapters)
}
}
else -> null // This case occurs if both are null, which shouldn't happen but is handled for completeness.
else -> null
}
}
}