mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-15 15:02:49 +01:00
chore: fix build error.
Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
parent
6466bf040a
commit
ea536b04f1
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user