We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80dea23 + f1e41e6 commit 3a0a970Copy full SHA for 3a0a970
src/test-runs/dto/create-test-request.dto.ts
@@ -5,7 +5,6 @@ import { BaselineDataDto } from '../../shared/dto/baseline-data.dto';
5
6
export class CreateTestRequestDto extends BaselineDataDto {
7
@ApiProperty()
8
- // TODO: remove Transform when fixed https://github.com/validatorjs/validator.js/issues/1424
9
@Transform((value) => value.replace(/(\r\n|\n|\r)/gm, ''))
10
@IsBase64()
11
imageBase64: string;
0 commit comments