diff --git a/packages/web-new/src/scripts/util.js b/packages/web-new/src/scripts/util.js index a8ba6e62e..0a584a3b2 100644 --- a/packages/web-new/src/scripts/util.js +++ b/packages/web-new/src/scripts/util.js @@ -172,7 +172,7 @@ export function generateAAS(fileType, editorInstance){ ? editorInstance.getValue() : convertTDYamlToJson(editorInstance.getValue()) - const AASInstance = assetInterfaceDescriptionUtil.transformTD2SM(tdToConvert, ["http", "coap"]) + const AASInstance = assetInterfaceDescriptionUtil.transformTD2SM(tdToConvert) try { const content = fileType === "json" ? JSON.stringify(JSON.parse(AASInstance), undefined, 4)