-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
this code uses an invalid id for fields thus resulting in an invalid .proto .schema
Line 492 in 795b15f
| for (const n in treekeys) { |
it should be something like this
for (const [fn, f] of Object.entries(tree.sub || {}))Reactions are currently unavailable