Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +00:00
Showing only changes of commit bc80be947d - Show all commits

View File

@ -17,7 +17,7 @@ export abstract class CreateParticipant {
* Optional.
*/
@IsString()
@IsNotEmpty()
@IsOptional()
middlename?: string;
/**