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.
1 parent 7ac63b8 commit f1e41e6Copy full SHA for f1e41e6
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