Skip to content

Commit

Permalink
Update packages/web/src/scripts/util.js
Browse files Browse the repository at this point in the history
Co-authored-by: danielpeintner <[email protected]>
  • Loading branch information
egekorkan and danielpeintner authored Apr 30, 2024
1 parent 167884a commit 8f1ac68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/scripts/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function generateAAS(fileType, editorInstance) {
? editorInstance.getValue()
: convertTDYamlToJson(editorInstance.getValue())

const AASInstance = assetInterfaceDescription.transformTD2AID(tdToConvert, { createAAS: false }, [])
const AASInstance = assetInterfaceDescription.transformTD2AID(tdToConvert)
try {
const content = JSON.stringify(JSON.parse(AASInstance), undefined, 4)

Expand Down

0 comments on commit 8f1ac68

Please sign in to comment.