Fix bug where express has a typo that broke the ability to add ifc transformers

This commit is contained in:
Dion Moult
2021-04-01 14:55:10 +11:00
parent 8e2a1a1649
commit 76568ea67c
@@ -279,7 +279,7 @@
"IFCTENDONANCHORTYPE"
],
"IfcTransformer": [
"IFCTRANFORMERTYPE"
"IFCTRANSFORMERTYPE"
],
"IfcTransportElement": [
"IFCTRANSPORTELEMENTTYPE"
@@ -338,4 +338,4 @@
"IfcWindowStandardCase": [
"IFCWINDOWTYPE"
]
}
}