From 27d4459941242a357ea169af3e3894751b75744c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 13 May 2026 15:44:33 -0500 Subject: [PATCH] Stop writing associatedRecord to embeds, may need to adjust schema --- 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, }, } }