mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
fixes
This commit is contained in:
@@ -74,10 +74,8 @@ async function getUpdateSummary() {
|
||||
|
||||
async function getFullUpdateInfo() {
|
||||
// Map Java License enum to API types
|
||||
let type = 'community';
|
||||
if (licenseType === 'NORMAL') {
|
||||
type = 'community';
|
||||
} else if (licenseType === 'PRO') {
|
||||
let type = 'normal';
|
||||
if (licenseType === 'PRO') {
|
||||
type = 'pro';
|
||||
} else if (licenseType === 'ENTERPRISE') {
|
||||
type = 'enterprise';
|
||||
|
||||
Reference in New Issue
Block a user