chore: lint

This commit is contained in:
izzy
2025-11-24 17:09:13 +00:00
parent 0f145a5b52
commit 95d9bcb3f1
3 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ export class FilenameParamDto {
@IsNotEmpty()
@IsString()
@ApiProperty({ format: 'string' })
@Matches(/^[a-zA-Z0-9_\-\.]+$/, {
@Matches(/^[a-zA-Z0-9_\-.]+$/, {
message: 'Filename contains invalid characters',
})
filename!: string;