chore(server): make owner as required response for AlbumResponseDto (#1579)

This commit is contained in:
Alex
2023-02-07 15:11:14 -06:00
committed by GitHub
parent fb4969d5d1
commit 43fd7737f1
8 changed files with 41 additions and 31 deletions

View File

@@ -281,7 +281,7 @@ export interface AlbumResponseDto {
* @type {UserResponseDto}
* @memberof AlbumResponseDto
*/
'owner'?: UserResponseDto;
'owner': UserResponseDto;
}
/**
*