Skip to content
Snippets Groups Projects
Commit 62222dd1 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

feat(structure): optional contact email

parent f35cdda8
No related branches found
No related tags found
3 merge requests!247V2.1.0,!246feat(structure): optional contact email,!242V2.0
......@@ -28,10 +28,7 @@ export class StructureDto {
address: Address;
contactPhone?: string;
@ApiProperty({ required: true })
@IsNotEmpty()
contactMail: string;
contactMail?: string;
website: string;
facebook: string;
......
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