Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwitr0 committed Feb 29, 2024
1 parent 5a01fa9 commit cae1621
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 })
@ApiNullableProperty()
networks: NetworksV1_4;

@ApiNullableProperty()
Expand Down

0 comments on commit cae1621

Please sign in to comment.