Skip to content

Commit

Permalink
Fix - uses only System prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Jul 25, 2024
1 parent 0d71ad4 commit 6aca157
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ type MovieItem = MigrationItem<
released: MigrationElementModels.DateTimeElement;
releasecategory: MigrationElementModels.TaxonomyElement;
},
MigrationItemSystem<
System<"movie">,
LanguageCodenames,
CollectionCodenames,
WorkflowCodenames
>,
System<"movie">,
WorkflowStepCodenames
>;

Expand Down

0 comments on commit 6aca157

Please sign in to comment.