mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-06 04:44:19 +01:00
Fixes #8962. withTimeout throws a TimeoutCancellationException if the timeout expires. To avoid crashing renewalJob when there are no extensions, use withTimeoutOrNull which does not throw on timeout.