Skip to content

Commit f6f016d

Browse files
optional metadata
1 parent c6e02d1 commit f6f016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/_common/abstracts/dto/metadata.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export class MetadataDto {
99
@ValidateNested()
1010
@Type(() => MetadataPartDto)
1111
@ApiProperty({ type: MetadataPartDto })
12-
public metadata: MetadataPartDto
12+
public metadata?: MetadataPartDto
1313
}

0 commit comments

Comments
 (0)