From 53b90600dff3ae0ae73dcd1d4dca766b78b49c1c Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 5 Nov 2024 12:28:21 +0100 Subject: [PATCH] chore: fixing entity_ref insert Signed-off-by: blam --- .../src/database/operations/stitcher/performStitching.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog-backend/src/database/operations/stitcher/performStitching.ts b/plugins/catalog-backend/src/database/operations/stitcher/performStitching.ts index dc990fefc3..5681ec3aa0 100644 --- a/plugins/catalog-backend/src/database/operations/stitcher/performStitching.ts +++ b/plugins/catalog-backend/src/database/operations/stitcher/performStitching.ts @@ -69,6 +69,7 @@ export async function performStitching(options: { .insert({ entity_id: entityResult[0].entity_id, hash: '', + entity_ref: entityRef, stitch_ticket: stitchTicket, }) .onConflict('entity_id')