Skip to content

Commit

Permalink
hotfix: not valid contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwitr0 committed Feb 28, 2024
1 parent c85af8f commit 20fc48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/movie/dto/v1.4/movie.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class MovieDtoV1_4 extends OmitType(MovieDtoV1_3, ['productionCompanies']
@ApiNullableProperty({ type: () => LinkedMovieV1_4, isArray: true })
sequelsAndPrequels: LinkedMovieV1_4[];

@ApiNullableProperty({ type: () => NetworksV1_4, isArray: true })
@ApiNullableProperty({ type: () => NetworksV1_4 })
networks: NetworksV1_4;

@ApiNullableProperty()
Expand Down

0 comments on commit 20fc48c

Please sign in to comment.