refactor(backend): fix nestjs-typed linting errors

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-06-25 19:35:38 +02:00 committed by Tilman Vatteroth
parent 8daffbb11b
commit a5d8c9cc33
16 changed files with 60 additions and 20 deletions

View file

@ -43,6 +43,7 @@ export class MediaUploadDto extends BaseDto {
*/
@IsString()
@IsLowercase()
@IsOptional()
@ApiProperty()
username: Username | null;
}