chore(codegen): updated spec and improved builder ergonomics
This commit is contained in:
parent
84d7c7586b
commit
e5e5d327a2
8 changed files with 5959 additions and 114 deletions
|
|
@ -280,7 +280,7 @@ impl Object {
|
|||
|
||||
for (prop_name, prop) in props {
|
||||
// HACK: This will cause a duplicate key otherwise
|
||||
if *prop_name == "itemDetails" {
|
||||
if ["itemDetails", "sci-fi", "non-attackers", "co-leader_id"].contains(prop_name) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue