Further simplify data format
This commit is contained in:
parent
d1d25faf04
commit
13bfc1ccbf
3 changed files with 30 additions and 25 deletions
|
@ -103,7 +103,6 @@ class Prime {
|
|||
for (const variant of this.variants.values()) {
|
||||
gr.variants.push({
|
||||
key: variant.key,
|
||||
fullKey: this.key + "#" + variant.key,
|
||||
rank: variant.rank,
|
||||
description: variant.description
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue