Skip to content

Commit

Permalink
Fixed a bug with checking license on non-prod builds. (#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 authored Jan 18, 2024
1 parent f44ba1c commit bc41c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API/Services/Plus/LicenseService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public async Task<bool> HasActiveSubscription(string? license)
catch (Exception e)
{
logger.LogError(e, "An error happened during the request to Kavita+ API");
throw;
return false;
}
}

Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
"version": "0.7.12.3"
"version": "0.7.12.4"
},
"servers": [
{
Expand Down

0 comments on commit bc41c57

Please sign in to comment.