mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-16 13:47:28 +02:00
fixes
This commit is contained in:
parent
c81a164cae
commit
d907ada62f
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user