From 599ad683de8da7b26a1f17d364b3342f9a85cb62 Mon Sep 17 00:00:00 2001 From: sblausten Date: Mon, 12 Jun 2023 11:07:25 +0100 Subject: [PATCH] Change field name Signed-off-by: sblausten --- plugins/catalog-backend/src/catalog/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/catalog/types.ts b/plugins/catalog-backend/src/catalog/types.ts index 45a3ff6144..156b8aa64d 100644 --- a/plugins/catalog-backend/src/catalog/types.ts +++ b/plugins/catalog-backend/src/catalog/types.ts @@ -319,7 +319,7 @@ export type CatalogConflictEventPayload = { /** * The new conflicting entity in raw, unvalidated form */ - entity: Entity; + unprocessedEntity: Entity; /** * The new conflicting entity's ref */