Update docs/features/software-catalog/external-integrations.md

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-09-27 14:20:19 +02:00
committed by GitHub
parent a6e79d24b3
commit a252533a0c
@@ -963,8 +963,8 @@ export const customEntityDataParser: CatalogProcessorParser = async function* ({
if (json.apiVersion) {
yield processingResult.entity(location, json as Entity);
// let's treat this like it's our custom format instead.
} else {
// let's treat this like it's our custom format instead.
yield processingResult.entity(
location,
makeEntityFromCustomFormatJson(json, location),