Skip to content
Snippets Groups Projects
Commit 5d300055 authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

fix: proof req fix check

parent 633498eb
No related branches found
No related tags found
1 merge request!44Preparations for ui
Pipeline #66516 passed with stage
in 1 minute and 32 seconds
...@@ -15,6 +15,6 @@ export class ProofReqDto { ...@@ -15,6 +15,6 @@ export class ProofReqDto {
@IsString() @IsString()
@IsNotEmpty() @IsNotEmpty()
@ValidateIf((o) => o.proofUrl === undefined) @ValidateIf((o) => o.proofRecordId === undefined)
proofUrl: string; proofUrl: string;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment