Skip to content
Snippets Groups Projects
Commit 0ea1ae7d authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(property) : remove freeWifi

parent 20641349
No related branches found
No related tags found
3 merge requests!38Recette,!37Dev,!31fix(structure) : update coord when address structure change
......@@ -47,8 +47,6 @@ export class structureDto {
@ArrayNotEmpty()
publics: string[];
@IsNotEmpty()
freeWifi: boolean;
@IsNotEmpty()
freeWorkShop: boolean;
@IsNotEmpty()
nbComputers: number;
......
......@@ -93,9 +93,6 @@ export class Structure {
@Prop()
equipmentsAndServices: string[];
@Prop()
freeWifi: boolean;
@Prop()
freeWorkShop: boolean;
......
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