mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
refactor(backend): fix nestjs-typed linting errors
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
8daffbb11b
commit
a5d8c9cc33
16 changed files with 60 additions and 20 deletions
|
@ -43,6 +43,7 @@ export class MediaUploadDto extends BaseDto {
|
|||
*/
|
||||
@IsString()
|
||||
@IsLowercase()
|
||||
@IsOptional()
|
||||
@ApiProperty()
|
||||
username: Username | null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue