mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-29 11:02:40 -04:00
Fixed a bug with checking license on non-prod builds. (#2617)
This commit is contained in:
@@ -212,7 +212,7 @@ public class LicenseService(
|
||||
catch (Exception e)
|
||||
{
|
||||
logger.LogError(e, "An error happened during the request to Kavita+ API");
|
||||
throw;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user