Skip to content

Commit c6fa629

Browse files
committed
feat: youtube tags are not being saved
1 parent 3cc2ddc commit c6fa629

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/nestjs-libraries/src/dtos/posts/providers-settings/youtube.settings.dto.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ export class YoutubeSettingsDto {
3535

3636
@IsArray()
3737
@IsOptional()
38+
@ValidateNested()
39+
@Type(() => YoutubeTagsSettings)
3840
tags: YoutubeTagsSettings[];
3941
}

0 commit comments

Comments
 (0)