Skip to content
Snippets Groups Projects
Commit ad091201 authored by Antonin COQUET's avatar Antonin COQUET
Browse files

fix: change freeWorkshop back to notempty

parent 524f80d8
No related branches found
No related tags found
Loading
......@@ -46,6 +46,7 @@ export class structureDto {
@ArrayNotEmpty()
publics: string[];
@IsNotEmpty()
freeWorkShop: boolean;
@IsNotEmpty()
nbComputers: number;
......
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