Skip to content

Commit 95e3c9b

Browse files
committed
fix: missing productionCompanies in the scheme #32
1 parent 03ce45a commit 95e3c9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/movie/schemas/movie.schema.ts

+3
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,9 @@ export class Movie {
545545
@Prop({ type: () => Watchability })
546546
watchability: Watchability | null;
547547

548+
@Prop({ type: () => [VendorImage] })
549+
productionCompanies: VendorImage[];
550+
548551
@ApiNullablePropery({ type: () => YearRange, isArray: true })
549552
@Prop({ type: () => [YearRange] })
550553
releaseYears: YearRange[];

0 commit comments

Comments
 (0)