From d5cdf37e585bee12b57b8d7471f1d5152217eaf8 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Tue, 17 Dec 2024 12:58:07 -1000 Subject: [PATCH] Revert "fix(migration): add missing `text` property on link to media" This reverts commit 27839cf3149215e94b8fafa099910a9492ba2488. --- src/types/migration/Asset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/migration/Asset.ts b/src/types/migration/Asset.ts index 401a07f8..de0233cb 100644 --- a/src/types/migration/Asset.ts +++ b/src/types/migration/Asset.ts @@ -72,7 +72,7 @@ export type MigrationImage = */ export type MigrationLinkToMedia = Pick< LinkToMediaField<"filled">, - "link_type" | "text" + "link_type" > & { /** * A reference to the migration asset used to resolve the link to media