We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 116a2d7 + 565a58e commit ea77fefCopy full SHA for ea77fef
1 file changed
reverse_engineering/helpers/commonHelper.js
@@ -66,7 +66,7 @@ const handleErrorObject = (error, title) => {
66
};
67
68
const convertYamlToJson = (fileData) => {
69
- return yaml.load(fileData);
+ return yaml.load(fileData, { schema: yaml.JSON_SCHEMA });
70
71
72
const getNewId = () => uuid.v1();
0 commit comments