Skip to content

Commit 03c0df3

Browse files
committed
refactor: add better typing to license field on SongViewDto
1 parent cb8a0cb commit 03c0df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/validation/song/dto/SongView.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class SongViewDto {
6969

7070
@IsString()
7171
@IsNotEmpty()
72-
license: string;
72+
license: LicenseType;
7373

7474
customInstruments: string[];
7575

0 commit comments

Comments
 (0)