From d20df78f7eba92f544d102623bfb946d18883581 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 13 May 2026 15:52:43 -0500 Subject: [PATCH] Stop writing associatedRecord to embeds, may need to adjust schema (#10489) --- src/lib/api/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/api/index.ts b/src/lib/api/index.ts index d9a853a98e..1973afb3c1 100644 --- a/src/lib/api/index.ts +++ b/src/lib/api/index.ts @@ -422,7 +422,6 @@ async function resolveMedia( title: resolvedLink.title, description: resolvedLink.description, thumb: blob, - associatedRecord: resolvedLink.associatedRecord, }, } }