Merge branch 'main' of https://git.missing.ninja/LF2/Alisa
This commit is contained in:
commit
4b9c8623f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue