feat: youtube tags are not being saved

This commit is contained in:
Nevo David 2025-08-07 13:15:47 +07:00
parent 3cc2ddc47c
commit c6fa629a97
1 changed files with 2 additions and 0 deletions

View File

@ -35,5 +35,7 @@ export class YoutubeSettingsDto {
@IsArray()
@IsOptional()
@ValidateNested()
@Type(() => YoutubeTagsSettings)
tags: YoutubeTagsSettings[];
}