Skip to content

Commit

Permalink
Merge pull request #508 from eclipse-thingweb/ege-aid-fix
Browse files Browse the repository at this point in the history
Remove protocol hardcoding from aid conversion
  • Loading branch information
egekorkan authored Oct 10, 2023
2 parents 679848e + 20da347 commit 252273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-new/src/scripts/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 252273a

Please sign in to comment.