This commit is contained in:
Sphereso 2024-07-12 10:47:31 +02:00
commit 4b9c8623f8

View file

@ -205,7 +205,7 @@ Rectangle {
start: jsonResponse[i].licenses[ii].start ?? "Indefinitely",
end: jsonResponse[i].licenses[ii].end ?? "Indefinitely",
amount: jsonResponse[i].licenses[ii].amount ? jsonResponse[i].licenses[ii].amount.toString() : "∞",
key: jsonResponse[i].licenses[ii].key
key: jsonResponse[i].licenses[ii].id
});
}
}