Skip to content

Commit

Permalink
Revert "fix(migration): add missing text property on link to media"
Browse files Browse the repository at this point in the history
This reverts commit 27839cf.
  • Loading branch information
angeloashmore committed Dec 17, 2024
1 parent da02389 commit d5cdf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/migration/Asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5cdf37

Please sign in to comment.