Skip to content

Commit 0788992

Browse files
committed
remove auditor org from create-audit dto
1 parent 426020f commit 0788992

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

confiture-rest-api/src/audits/create-audit.dto.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,4 @@ export class CreateAuditDto {
6262
@IsEmail()
6363
@IsOptional()
6464
auditorEmail?: string;
65-
66-
/**
67-
* @example "WEB AUDIT SARL"
68-
*/
69-
@IsString()
70-
auditorOrganisation: string;
7165
}

0 commit comments

Comments
 (0)