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:14 +02:00
committed by GitHub
parent 24faf7b30d
commit a6e79d24b3
@@ -853,7 +853,7 @@ export class SystemXReaderProcessor implements CatalogProcessor {
}
// For this example the JSON payload is a single entity.
const entity: Entity = JSON.parse(await response.buffer().toString());
const entity: Entity = JSON.parse((await response.buffer()).toString());
emit(processingResult.entity(location, entity));
// Update the cache with the new ETag and entity used for the next run.