From 1684c673d225d6e920708a6fadb7662d69015164 Mon Sep 17 00:00:00 2001 From: sblausten Date: Mon, 12 Jun 2023 11:10:20 +0100 Subject: [PATCH] Api report Signed-off-by: sblausten --- .../catalog-backend/src/database/DefaultProcessingDatabase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/database/DefaultProcessingDatabase.ts b/plugins/catalog-backend/src/database/DefaultProcessingDatabase.ts index 04005101da..4959a33eef 100644 --- a/plugins/catalog-backend/src/database/DefaultProcessingDatabase.ts +++ b/plugins/catalog-backend/src/database/DefaultProcessingDatabase.ts @@ -370,7 +370,7 @@ export class DefaultProcessingDatabase implements ProcessingDatabase { const eventParams: EventParams = { topic: CATALOG_CONFLICTS_TOPIC, eventPayload: { - entity, + unprocessedEntity: entity, entityRef, newLocationKey: locationKey, existingLocationKey: conflictingKey,